-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c89e54e
commit 21b25fd
Showing
81 changed files
with
2,351 additions
and
2,761 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
language: php | ||
|
||
sudo: false | ||
|
||
php: | ||
- 5.6 | ||
- 7.0 | ||
- hhvm | ||
- 7.1 | ||
|
||
cache: | ||
directories: | ||
- $HOME/.composer/cache | ||
|
||
matrix: | ||
allow_failures: | ||
- php: hhvm | ||
install: | ||
- travis_retry composer install --no-progress --prefer-dist | ||
|
||
before_script: | ||
- composer self-update | ||
- composer install --no-interaction --prefer-source --dev | ||
script: vendor/bin/tester -s -p php -c tests/php.ini tests/CarrooiTests/Menu/ | ||
|
||
script: ./vendor/bin/tester -s -p php -c ./tests/php.ini-unix ./tests/DKTests/ | ||
after_failure: | ||
- for i in $(find tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.