Skip to content

Commit

Permalink
Adjust PHP versions in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolyunya committed Aug 9, 2019
1 parent 49124b5 commit 4527a92
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ dist: trusty
language: php
matrix:
include:
-
php: '5.4'
env:
- ANALYZE=false
-
php: '5.5'
env:
Expand All @@ -26,17 +30,16 @@ matrix:
php: '7.3'
env:
- ANALYZE=true
-
php: 'nightly'
env:
- ANALYZE=true
allow_failures:
# https://github.com/travis-ci/travis-ci/issues/6339
-
php: '5.4'
env:
- ANALYZE=false
# https://github.com/guzzle/guzzle/issues/1750
-
php: 'nightly'
env:
- ANALYZE=true
before_script:
- composer update
script:
Expand Down

0 comments on commit 4527a92

Please sign in to comment.