Updated build stuff

This commit is contained in:
Graham Campbell
2015-01-03 17:42:52 +00:00
parent 92c6b986b4
commit cf263150df
8 changed files with 19 additions and 14 deletions

View File

@@ -8,7 +8,9 @@ php:
sudo: false
install: travis_retry composer install --no-interaction --prefer-source
install: travis_retry composer install --no-interaction --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;'