Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
- Updated travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 2, 2015
1 parent dd3af5d commit 4fc73af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ before_script:
- composer self-update
- composer install --no-interaction --prefer-source --dev

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

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

0 comments on commit 4fc73af

Please sign in to comment.