Skip to content

Commit df7dc49

Browse files
committed
Let's just ignore these HHVM warnings for now
1 parent 9d4c850 commit df7dc49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ before_script:
2020
- composer install -n --dev --prefer-source
2121

2222
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
23+
24+
matrix:
25+
allow_failures:
26+
- hhvm

0 commit comments

Comments
 (0)