Skip to content

Commit

Permalink
- Updating tests init script
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Aug 23, 2016
1 parent d4dfea4 commit c02fe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_script:
- composer install --no-interaction --prefer-source --dev

script:
- vendor/bin/tester -s -p php tests
- vendor/bin/tester -s -p php -c ./tests/php.ini-unix tests

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

0 comments on commit c02fe17

Please sign in to comment.