Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Allow HHVM to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 31, 2017
1 parent 908b069 commit 7045b4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -20,3 +20,8 @@ script: vendor/bin/phing -Ddir=ext/ai-zend -Dzenddir=`pwd`/../zendlib/library co

after_success:
- php vendor/bin/coveralls -c ext/ai-zend/.coveralls.yml

matrix:
fast_finish: true
allow_failures:
- php: hhvm

0 comments on commit 7045b4c

Please sign in to comment.