From 8953133c10eaddcaed3785f7ff3efd0c2239f61e Mon Sep 17 00:00:00 2001 From: Daniel Paul Carbone Date: Wed, 18 Oct 2017 13:42:56 -0500 Subject: [PATCH] removing unnecessary install portion of travis as there are no tests being run just yet. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d2b4005..f8fac35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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