Skip to content

Commit

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

env:
- PHP_BIN=php
Expand All @@ -16,15 +15,11 @@ matrix:
allow_failures:
- php: 7.0
- 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 8267fda

Please sign in to comment.