Revert "Updated build stuff"

This reverts commit cf263150df.
This commit is contained in:
Graham Campbell
2015-01-03 23:11:20 +00:00
parent bdd8306a4f
commit d00e413656
8 changed files with 14 additions and 19 deletions

View File

@@ -8,9 +8,7 @@ php:
sudo: false
install: travis_retry composer install --no-interaction --no-scripts --prefer-source
before_script: php artisan cachet:one-click-deploy
install: travis_retry composer install --no-interaction --prefer-source
script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" == "hhvm" ]; then vendor/bin/phpunit; fi;'