Skip to content

Commit

Permalink
Don't test on unsupported php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Nov 10, 2018
1 parent d9829c7 commit d067952
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 @@ -2,7 +2,6 @@ language:
php

php:
- '7.1'
- '7.2'
- nightly

Expand All @@ -20,7 +19,7 @@ script:
- mkdir -p build/logs
- vendor/bin/phpunit -c phpunit.xml --testdox
- vendor/bin/phpstan analyse src tests --level=7
- ./infection.phar --min-msi=100 --min-covered-msi=100
- ./infection.phar --min-covered-msi=100

after_success:
- travis_retry php vendor/bin/php-coveralls
Expand Down

0 comments on commit d067952

Please sign in to comment.