Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Jun 27, 2017
1 parent b1784d2 commit ca05b0c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ language: php

php:
- 7.1
- master

env:
coverage=on

matrix:
include:
- php: 7.1
env: coverage=on
allow_failures:
- php: master

script:
- vendor/bin/tester tests -s $coverageArgs
Expand All @@ -23,7 +26,8 @@ after_script:
wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar
&& php coveralls.phar --verbose --config tests/.coveralls.yml
|| true; fi
after_failure:
- for i in $(find ./tests -name \*.expected); do echo "--- $i"; cat $i; echo; echo; done
- for i in $(find ./tests -name \*.actual); do echo "--- $i"; cat $i; echo; echo; done

sudo: false

0 comments on commit ca05b0c

Please sign in to comment.