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 9acbf81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 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 Down Expand Up @@ -32,11 +36,6 @@ matrix:
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 9acbf81

Please sign in to comment.