From dc139ef09fba35baa8b9af760c9d77562ddfbc92 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 18 Apr 2015 17:11:14 +0100 Subject: [PATCH] Remove cachet:one-click-deploy command in Travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 05dbb528..ae941275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,8 +15,6 @@ sudo: false install: travis_retry composer install --no-interaction --ignore-platform-reqs --no-scripts --prefer-source -before_script: php artisan cachet:one-click-deploy - script: - bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;' - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi;'