Skip to content

Commit

Permalink
Travis: drop PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Jul 26, 2020
1 parent 61af2c2 commit 559cc9e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- 7.1
- 7.2
- 7.3
- 7.4
Expand All @@ -24,8 +23,8 @@ script:

after_script:
# Coveralls
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then composer require satooshi/php-coveralls; fi
- if [ "$TRAVIS_PHP_VERSION" == "5.6" ]; then php vendor/bin/coveralls -c tests/.coveralls.yml -v; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.4" ]; then composer require satooshi/php-coveralls; fi
- if [ "$TRAVIS_PHP_VERSION" == "7.4" ]; then php vendor/bin/coveralls -c tests/.coveralls.yml -v; fi

after_failure:
# Print *.actual content
Expand Down

0 comments on commit 559cc9e

Please sign in to comment.