We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6222cd9 commit 2169fc0Copy full SHA for 2169fc0
.travis.yml
@@ -19,10 +19,7 @@ matrix:
19
fast_finish: true
20
include:
21
- php: 5.4
22
- env:
23
- - COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
24
- - COVERAGE=true
25
- - TEST_COMMAND="composer test-ci"
+ env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
26
27
before_install:
28
- travis_retry composer self-update
0 commit comments