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

Commit 58e4461

Browse files
committed
Updated Travis CI configuration - added PHP 7.3 to matrix configuration
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.
1 parent 2135dc4 commit 58e4461

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -33,17 +31,15 @@ matrix:
3331
- php: 7.2
3432
env:
3533
- DEPS=latest
36-
- php: nightly
34+
- php: 7.3
3735
env:
3836
- DEPS=lowest
39-
- php: nightly
37+
- php: 7.3
4038
env:
4139
- DEPS=locked
42-
- php: nightly
40+
- php: 7.3
4341
env:
4442
- DEPS=latest
45-
allow_failures:
46-
- php: nightly
4743

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

0 commit comments

Comments
 (0)