Skip to content

Commit

Permalink
travis: added HHVM nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 12, 2015
1 parent 7f6fdee commit 5abdf54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.5
- 5.6
- hhvm
- hhvm-nightly

env:
- PHP_BIN=php
Expand All @@ -13,11 +14,15 @@ env:
matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly

exclude:
- php: hhvm
env: PHP_BIN=php-cgi

- php: hhvm-nightly
env: PHP_BIN=php-cgi

script:
- vendor/bin/tester -p $PHP_BIN tests -s
- php code-checker/src/code-checker.php
Expand Down

0 comments on commit 5abdf54

Please sign in to comment.