Skip to content

Commit 3afa5be

Browse files
author
Marc Bennewitz
committed
travis: fast_finish:true and allow_failures: hhvm
1 parent fe686b7 commit 3afa5be

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
@@ -19,5 +19,10 @@ script:
1919
- wget "https://scrutinizer-ci.com/ocular.phar"
2020
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
2121

22+
matrix:
23+
fast_finish: true
24+
allow_failures:
25+
- php: hhvm
26+
2227
notifications:
2328
email: false

0 commit comments

Comments
 (0)