Skip to content

Commit 750fe47

Browse files
committed
add nightly (7.2) in travis and allow failure for hhvm (which already fails)
1 parent 88460a8 commit 750fe47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ php:
77
- 5.6
88
- 7.0
99
- 7.1
10+
- nightly
1011
- hhvm
1112

13+
matrix:
14+
allow_failures:
15+
- php: hhvm
16+
1217
before_script:
1318
- composer install --no-interaction
1419

0 commit comments

Comments
 (0)