Trying to fix the build

This commit is contained in:
snipe
2015-03-23 10:37:55 -07:00
parent ad1a9396ac
commit 86623822f5
+1 -1
View File
@@ -23,7 +23,7 @@ before_script:
- cp app/config/testing/database.example.php app/config/testing/database.php
- cp app/config/testing/mail.example.php app/config/testing/mail.php
- composer self-update
- composer install --prefer-source --no-interaction
- composer install --prefer-source
- php artisan key:generate --env=testing
- php artisan migrate:install --env=testing --no-interaction -vvv
- php artisan migrate --package cartalyst/sentry --env=testing --no-interaction -vvv