Skip to content

Commit b730624

Browse files
committed
Disallow PHP 7.2 failures, run dev dep build on PHP 7.1
1 parent f331095 commit b730624

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ matrix:
2020
- php: 5.6
2121
env: RUN_PHPCS="yes"
2222
- php: 7.0
23-
- php: 7.0
23+
- php: 7.1
24+
- php: 7.1
2425
# This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
2526
env: COMPOSER_FLAGS=""
26-
- php: 7.1
2727
- php: 7.2
2828
- php: nightly
2929
allow_failures:
30-
- php: 7.2
3130
- php: nightly
3231

3332
before_script:

0 commit comments

Comments
 (0)