Skip to content
This repository has been archived by the owner on Feb 15, 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 6500098 commit a41c259
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

env:
- NETTE=~2.2.7
- NETTE=default
- NETTE=~2.2.0

php:
Expand All @@ -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 a41c259

Please sign in to comment.