Skip to content

Commit 4b83bb6

Browse files
committed
putting php 5.3 to allowed failure for now
TODO: move php 5.3 & hhvm out of allowed failure
1 parent 30f5e8a commit 4b83bb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ php:
88
- hhvm
99
- nightly
1010
- "5.3"
11-
dist: precise
11+
1212

1313
matrix:
1414
allow_failures:
1515
- php: nightly
1616
- php: hhvm
17+
- php: 5.3
1718

1819
os:
1920
- linux

0 commit comments

Comments
 (0)