File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
global :
17
17
- TEST_COMMAND="composer test"
18
+ - PULI_VERSION=1.0.0-beta10
18
19
19
20
branches :
20
21
except :
@@ -26,13 +27,14 @@ matrix:
26
27
fast_finish : true
27
28
include :
28
29
- php : 5.5
29
- env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci"
30
+ env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE=true TEST_COMMAND="composer test-ci" PULI_VERSION=1.0.0-beta9
30
31
31
32
before_install :
32
33
- if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
33
34
34
35
install :
35
36
- wget https://github.com/puli/cli/releases/download/1.0.0-beta10/puli.phar && chmod +x puli.phar
37
+ - composer require puli/composer-plugin:${PULI_VERSION} --no-update
36
38
- travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
37
39
38
40
script :
You can’t perform that action at this time.
0 commit comments