Skip to content

Commit

Permalink
Merge pull request #463 from thephpleague/travis
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
GrahamCampbell authored Nov 25, 2019
2 parents 139b635 + 84385a4 commit fb427f7
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@ sudo: false

matrix:
include:
- php: hhvm-3.18
dist: trusty
- php: hhvm-3.30
dist: trusty
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
- php: hhvm-3.18
dist: trusty
- php: hhvm-3.30
dist: trusty

before_install:
- if [[ $TRAVIS_PHP_VERSION =~ ^hhvm ]]; then echo 'hhvm.jit = false' >> /etc/hhvm/php.ini ; fi
- composer self-update --stable -n
dist: bionic

install:
- travis_retry composer install --no-suggest --prefer-dist -n -o
Expand Down

0 comments on commit fb427f7

Please sign in to comment.