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 eb02901
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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 All @@ -29,4 +34,4 @@ after_failure:
before_script:
# Install Nette Tester & Code Checker
- composer install --no-interaction --dev --prefer-source
- composer create-project nette/code-checker code-checker ~2.2 --no-interaction --prefer-source
- composer create-project nette/code-checker code-checker ~2.3 --no-interaction --prefer-source

0 comments on commit eb02901

Please sign in to comment.