Skip to content

Commit

Permalink
fix travis test with phpunit 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansoweb committed Jul 15, 2019
1 parent 6382ca9 commit e567eaf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ env:

matrix:
include:
- php: 7.1
env:
- DEPS=lowest
- php: 7.1
env:
- DEPS=locked
- php: 7.1
env:
- DEPS=latest
- php: 7.2
env:
- DEPS=lowest
Expand Down Expand Up @@ -54,6 +45,9 @@ install:
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
- stty cols 120 && composer show

before_script:
- mkdir -p build/logs

script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer test-coverage ; else composer test ; fi
- if [[ $CS_CHECK == 'true' ]]; then composer cs-check ; fi
Expand Down

0 comments on commit e567eaf

Please sign in to comment.