Skip to content

Commit 98459c2

Browse files
committed
fix for putting php 5.3 build failure to allowed failure flag
1 parent 4b83bb6 commit 98459c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matrix:
1414
allow_failures:
1515
- php: nightly
1616
- php: hhvm
17-
- php: 5.3
17+
- php: "5.3"
1818

1919
os:
2020
- linux

0 commit comments

Comments
 (0)