Skip to content

Commit

Permalink
travis.yml: tested under PHP & PHP-CGI
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 2, 2014
1 parent 6824052 commit 6cabbc5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ php:
- 5.6
- hhvm

env:
- PHP_BIN=php
- PHP_BIN=php-cgi

matrix:
allow_failures:
- php: hhvm

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

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

after_failure:
Expand Down

0 comments on commit 6cabbc5

Please sign in to comment.