Skip to content

Commit 93e0c91

Browse files
committed
travis prefer lowest
1 parent 4aa2d17 commit 93e0c91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ cache:
77
- $HOME/.local
88
- $HOME/ocular.phar
99

10-
env:
11-
- PREFER_LOWEST=yes
12-
1310
matrix:
1411
fast_finish: true
1512
include:
13+
- php: 7.1
14+
env:
15+
- PREFER_LOWEST="1"
1616
- php: 7.1
1717
env:
1818
- CODE_COVERAGE="1"
@@ -36,7 +36,7 @@ install:
3636
- if [ "${CODE_COVERAGE}" == "1" ]; then
3737
wget -q -N -t 3 --retry-connrefused 'https://scrutinizer-ci.com/ocular.phar' || return 0;
3838
fi
39-
- if test "$PREFER_LOWEST" = yes ; then
39+
- if [ "$PREFER_LOWEST" == "1" ]; then
4040
composer update --prefer-dist --prefer-lowest;
4141
else
4242
composer install --prefer-dist;

0 commit comments

Comments
 (0)