Skip to content

Commit c756bf3

Browse files
committed
travis yaml for build failure fixes, from master
1 parent fb5c208 commit c756bf3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ php:
33
- "5.6"
44
- "5.5"
55
- "5.4"
6-
- "5.3"
76
- "7.0"
87
- "7.1"
98
- hhvm
109
- nightly
10+
- "5.3"
11+
1112

1213
matrix:
1314
allow_failures:
1415
- php: nightly
1516
- php: hhvm
17+
- php: "5.3"
1618

1719
os:
1820
- linux
@@ -43,4 +45,4 @@ after_success:
4345
cache:
4446
directories:
4547
- vendor
46-
- $HOME/.cache/composer
48+
- $HOME/.cache/composer

0 commit comments

Comments
 (0)