Skip to content

Commit 8953133

Browse files
committed
removing unnecessary install portion of travis as there are no tests
being run just yet.
1 parent dc0ba8c commit 8953133

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ matrix:
1313
env:
1414
- BUILD_PHAR=true
1515

16-
install:
17-
- composer install --no-interaction --no-dev --no-progress --no-suggest --optimize-autoloader
18-
1916
script:
2017
- if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then composer run-script build -vvv ; fi
2118

0 commit comments

Comments
 (0)