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 PHP 7.3 to matrix configuration
Browse files Browse the repository at this point in the history
Removed nightly, as it is no point to run this build right now.
Removed also 'sudo: false' as it is deprecated and no longer needed.
  • Loading branch information
michalbundyra committed Dec 13, 2018
1 parent 2135dc4 commit 58e4461
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
sudo: false

language: php

cache:
Expand Down Expand Up @@ -33,17 +31,15 @@ matrix:
- php: 7.2
env:
- DEPS=latest
- php: nightly
- php: 7.3
env:
- DEPS=lowest
- php: nightly
- php: 7.3
env:
- DEPS=locked
- php: nightly
- php: 7.3
env:
- DEPS=latest
allow_failures:
- php: nightly

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

0 comments on commit 58e4461

Please sign in to comment.