Skip to content

Commit

Permalink
Excluding php 7.1 + Laravel 6 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 8, 2019
1 parent 3a8f1d3 commit c497694
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ env:
- ENUM=3 LARAVEL=5.8
- ENUM=3 LARAVEL=6.0

matrix:
exclude:
- php: '7.1'
env: 'ENUM=2 LARAVEL=6.0'
- php: '7.1'
env: 'ENUM=3 LARAVEL=6.0'

script:
- vendor/bin/phpunit -c phpunit.xml tests/

Expand Down

0 comments on commit c497694

Please sign in to comment.