Skip to content

Commit

Permalink
Updated v3 travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheduardo committed Mar 29, 2021
1 parent 123eab1 commit c9953fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ language: php
matrix:
fast_finish: true
include:
- php: 7.1.2
- php: 7.2
- php: 7.3.24
- php: 7.4.0

sudo: false

before_install:
- if [[ $TRAVIS_PHP_VERSION != 7.1.2 ]]; then travis_retry composer self-update; fi
- travis_retry composer self-update

install:
- travis_retry composer install --prefer-dist --no-interaction
Expand Down

0 comments on commit c9953fa

Please sign in to comment.