Build assets on at compile time. No more static assets in the repo.

This commit is contained in:
Graham Campbell
2015-01-03 23:11:50 +00:00
committed by James Brooks
parent d00e413656
commit 307d07a80a
20 changed files with 29 additions and 2285 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;'