Skip to content

Commit e81b116

Browse files
author
Graham Campbell
committed
Fixed travis config
1 parent 8349040 commit e81b116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 5.4
4+
- 5.5.9
55
- 5.5
66
- 5.6
77
- 7.0
@@ -13,9 +13,9 @@ env:
1313

1414
matrix:
1515
include:
16-
- php: 5.4
16+
- php: 5.5.9
1717
env: setup=lowest
18-
- php: 5.4
18+
- php: 5.5.9
1919
env: setup=stable
2020

2121
sudo: false

0 commit comments

Comments
 (0)