Skip to content

Commit

Permalink
update travis cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
pterk committed Jan 22, 2020
1 parent d81ea09 commit 4489f71
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
language: php

php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

env:
- LARAVEL_VERSION="4.2.*"
- LARAVEL_VERSION="5.0.*"
- LARAVEL_VERSION="5.4.*"
- LARAVEL_VERSION="5.5.*"

matrix:
exclude:
- php: 5.5
env: LARAVEL_VERSION="5.4.*"
- php: 5.5
env: LARAVEL_VERSION="5.5.*"
- php: 5.6
env: LARAVEL_VERSION="5.5.*"
- php: 7.2
env: LARAVEL_VERSION="5.0.*"
- LARAVEL_VERSION="5.8.*"
- LARAVEL_VERSION="6.0.*"

# matrix:
# exclude:
# - php: 7.2
# env: LARAVEL_VERSION="5.0.*"

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit 4489f71

Please sign in to comment.