Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drbyte committed Sep 2, 2019
1 parent 5bac232 commit 73e8c7a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -5,16 +5,14 @@ cache:
- $HOME/.composer/cache/files

php:
- 7.1
- 7.2
- 7.3
- 7.4snapshot

matrix:
include:
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 7.1
- php: 7.2
- php: 7.2
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 7.4snapshot
Expand Down

0 comments on commit 73e8c7a

Please sign in to comment.