Skip to content

Commit

Permalink
Remove hhvm check.
Browse files Browse the repository at this point in the history
This build doesn't run on hhvm.
  • Loading branch information
nubs committed Sep 5, 2014
1 parent 9ef4ea0 commit 1b9e6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ php:
- 5.5
- 5.4
script: ./build.php
after_script: sh -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then ./vendor/bin/coveralls -v; fi'
after_script: ./vendor/bin/coveralls -v

0 comments on commit 1b9e6c8

Please sign in to comment.