Skip to content

Commit 65e59a5

Browse files
committed
Adjust Travis config for latest environment
1 parent a79eaaf commit 65e59a5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
language: php
2-
32
sudo: false
3+
dist: trusty
44

55
env:
66
global:
77
- RUN_PHPCS="no"
88
- COMPOSER_FLAGS="--prefer-stable"
99

1010
matrix:
11+
fast_finish: true
1112
include:
1213
- php: 5.3
14+
dist: precise
1315
- php: 5.3
16+
dist: precise
1417
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
1518
- php: 5.4
1619
- php: 5.5
@@ -21,8 +24,10 @@ matrix:
2124
# This empty flag removes the prefer-stable switch to cause dev dependencies to be installed
2225
env: COMPOSER_FLAGS=""
2326
- php: 7.1
27+
- php: 7.2
2428
- php: nightly
2529
allow_failures:
30+
- php: 7.2
2631
- php: nightly
2732

2833
before_script:

0 commit comments

Comments
 (0)