Skip to content

Commit 5716f23

Browse files
committed
Merge pull request #396 from wmde/travis
Allow failures on hhvm nightly
2 parents f064c93 + 033a0c1 commit 5716f23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ php:
88
- hhvm
99
- hhvm-nightly
1010

11+
matrix:
12+
allow_failures:
13+
- php: hhvm-nightly
14+
1115
before_script: composer install --prefer-source
1216

1317
sudo: false

0 commit comments

Comments
 (0)