Skip to content

Commit 6c0406e

Browse files
committed
Remove PHP 5.3 from the test matrix
1 parent 8ef865f commit 6c0406e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.travis.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
language: php
22

33
php:
4-
- 5.3
54
- 5.4
65
- 5.5
76
- 5.6
7+
- hhvm
8+
- hhvm-nightly
9+
10+
matrix:
11+
allow_failures:
12+
- php: hhvm
13+
- php: hhvm-nightly
814

915
notifications:
1016
irc: "irc.freenode.org#jubianchifr"

0 commit comments

Comments
 (0)