Skip to content

Commit

Permalink
Update Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Nov 5, 2019
1 parent 37651e3 commit 07abf23
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
language: php

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot
Expand Down Expand Up @@ -36,11 +35,7 @@ install:
- cd test/tls && ./regenerate.sh && cd -

script:
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then
vendor/bin/phpunit --verbose;
else
vendor/bin/phpunit --coverage-text --verbose --coverage-clover build/logs/clover.xml;
fi
- vendor/bin/phpunit --coverage-text --verbose --coverage-clover build/logs/clover.xml;

- php composer-require-checker.phar check composer.json --config-file $PWD/composer-require-check.json

Expand Down

0 comments on commit 07abf23

Please sign in to comment.