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

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
klapuch committed Mar 2, 2019
1 parent d0004c6 commit 8795322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ language: php
php:
- 7.1
- 7.2
- nightly

before_install:
- composer self-update
Expand All @@ -21,4 +20,4 @@ after_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]]; then php coveralls.phar --verbose --config Tests/.coveralls.yml; fi

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

0 comments on commit 8795322

Please sign in to comment.