Skip to content

Commit

Permalink
Drop PHP 5.6 from Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
victorstanciu committed Sep 26, 2018
1 parent 2d437a9 commit c95a090
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,12 +1,11 @@
language: php

php:
- 5.6
- 7.1

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source --dev
- travis_retry composer install --no-interaction --prefer-source

script:
- vendor/bin/phpunit --coverage-clover=coverage.xml
Expand Down

0 comments on commit c95a090

Please sign in to comment.