Skip to content

Commit

Permalink
removing unnecessary install portion of travis as there are no tests
Browse files Browse the repository at this point in the history
being run just yet.
  • Loading branch information
dcarbone committed Oct 18, 2017
1 parent dc0ba8c commit 8953133
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ matrix:
env:
- BUILD_PHAR=true

install:
- composer install --no-interaction --no-dev --no-progress --no-suggest --optimize-autoloader

script:
- if [[ $BUILD_PHAR == 'true' && $TRAVIS_TAG != '' ]]; then composer run-script build -vvv ; fi

Expand Down

0 comments on commit 8953133

Please sign in to comment.