File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1515env :
1616 global :
1717 - TEST_COMMAND="composer test"
18+ - PULI_VERSION=1.0.0-beta10
1819
1920branches :
2021 except :
@@ -26,13 +27,14 @@ matrix:
2627 fast_finish : true
2728 include :
2829 - 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
3031
3132before_install :
3233 - if [[ $COVERAGE != true && $TRAVIS_PHP_VERSION != hhvm ]]; then phpenv config-rm xdebug.ini; fi
3334
3435install :
3536 - 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
3638 - travis_retry composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
3739
3840script :
You can’t perform that action at this time.
0 commit comments