Skip to content

Commit

Permalink
Added more environments for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stekycz committed Mar 5, 2015
1 parent aa4a294 commit af8cd9e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,26 @@ php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
- hhvm-nightly

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

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

install:
- composer self-update
Expand All @@ -19,7 +34,7 @@ before_script:
- ./vendor/bin/parallel-lint -e php,phpt --exclude vendor .

script:
- ./vendor/bin/tester -s -j 32 -c ./tests/php.ini-unix ./tests/CronnerTests
- ./vendor/bin/tester -s -p $PHP_BIN -j 32 -c ./tests/php.ini-unix ./tests/CronnerTests

after_failure:
- 'for i in $(find ./tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done'

0 comments on commit af8cd9e

Please sign in to comment.