Skip to content

Commit e13a753

Browse files
committed
Test on PHP 7.3
1 parent 4d59cc4 commit e13a753

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.travis.yml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,14 @@ cache:
55
directories:
66
- $HOME/.composer/cache/files
77

8-
env:
9-
global:
10-
- TEST_COMMAND="composer test"
11-
12-
branches:
13-
except:
14-
- /^analysis-.*$/
15-
168
php:
179
- 7.0
1810
- 7.1
1911
- 7.2
12+
- 7.3
2013

2114
matrix:
2215
fast_finish: true
23-
allow_failures:
24-
- php: 7.3
2516

2617
jobs:
2718
include:
@@ -35,19 +26,16 @@ jobs:
3526
- wget https://scrutinizer-ci.com/ocular.phar
3627
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml --revision=$TRAVIS_COMMIT
3728
# Test LTS versions
38-
- php: 7.1
29+
- php: 7.2
3930
env: DEPENDENCIES="dunglas/symfony-lock:^2"
40-
- php: 7.1
31+
- php: 7.2
4132
env: DEPENDENCIES="dunglas/symfony-lock:^3"
42-
- php: 7.1
43-
env: DEPENDENCIES="dunglas/symfony-lock:^4" STABILITY="rc"
33+
- php: 7.2
34+
env: DEPENDENCIES="dunglas/symfony-lock:^4"
4435

4536
# Latest dev release
4637
- php: 7.3
47-
sudo: required
48-
before_install:
49-
- composer remove --dev friendsofphp/php-cs-fixer
50-
- env: STABILITY="dev"
38+
env: STABILITY="dev"
5139

5240
before_install:
5341
- if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi

0 commit comments

Comments
 (0)