Skip to content

Commit c9f4635

Browse files
committed
Improved Travis
1 parent e4255f8 commit c9f4635

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ cache:
66
directories:
77
- $HOME/.composer/cache
88

9-
env: # intentionally blank
9+
env:
10+
- DEPENDENCIES="--prefer-lowest"
11+
- DEPENDENCIES=""
1012

1113
php:
1214
- 7.1
1315
- 7.2
16+
- master
1417

1518
matrix:
1619
fast_finish: true
@@ -20,9 +23,10 @@ matrix:
2023
allow_failures:
2124
- php: 7.2
2225
env: COVERAGE="1"
26+
- php: master
2327

2428
install:
25-
- travis_retry composer install --no-interaction --prefer-dist
29+
- travis_retry composer update --no-interaction --prefer-dist $DEPENDENCIES
2630

2731
script:
2832
- >

0 commit comments

Comments
 (0)