Skip to content

Commit 19dd5ac

Browse files
authored
Test against nightly and don't allow PHP 7 to fail
1 parent 809eea7 commit 19dd5ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7-
- 7
7+
- 7.0
8+
- nightly
89
- hhvm
910

1011
matrix:
1112
allow_failures:
12-
- php: 7
13+
- php: nightly
1314
- php: hhvm
1415

1516
before_script:

0 commit comments

Comments
 (0)