Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
Updated Travis CI configuration - added PHP7.4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Jul 10, 2019
1 parent b115d7a commit 3b1f174
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,24 @@ matrix:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- DEPS=locked
- php: 7.3
env:
- DEPS=latest
- DEPS=latest
- php: 7.4snapshot
env:
- DEPS=lowest
- php: 7.4snapshot
env:
- DEPS=locked
- php: 7.4snapshot
env:
- DEPS=latest
allow_failures:
- php: 7.4snapshot

before_install:
- if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi
Expand Down

0 comments on commit 3b1f174

Please sign in to comment.