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

Commit 3d2b418

Browse files
committed
update tests on PHP 7.2
1 parent 6b3285e commit 3d2b418

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33

44
php:
55
- 7.1
6-
- 7.2
76

87
os: linux
98

@@ -36,8 +35,11 @@ script: vendor/bin/phpunit -c phpunit.xml.dist --no-coverage --colors --verbose
3635
jobs:
3736
fast_finish: true
3837
allow_failures:
38+
- php: 7.2
3939
- php: nightly
4040
include:
41+
- php: 7.2
42+
env: COMPOSER_FLAGS="--ignore-platform-reqs"
4143
- php: nightly
4244
env: COMPOSER_FLAGS="--ignore-platform-reqs"
4345

0 commit comments

Comments
 (0)