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 da69704 commit 33beeb1Copy full SHA for 33beeb1
.travis.yml
@@ -17,7 +17,7 @@ install:
17
- composer install --no-interaction --no-dev --no-progress --no-suggest --optimize-autoloader
18
19
script:
20
- - if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then /usr/bin/env php ./bin/php-cs phpcs:build -vvv ; fi
+ - if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then composer run-script build -vvv ; fi
21
22
deploy:
23
provider: releases
0 commit comments