We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0ba8c commit 8953133Copy full SHA for 8953133
1 file changed
.travis.yml
@@ -13,9 +13,6 @@ matrix:
13
env:
14
- BUILD_PHAR=true
15
16
-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 composer run-script build -vvv ; fi
21
0 commit comments