Skip to content

Commit

Permalink
Changes to make travis build pass
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Feb 5, 2015
1 parent 1aeb4de commit 7f0e21d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ before_script:
- cp app/config/production/database.example.php app/config/database.php
- cp app/config/production/mail.example.php app/config/mail.php
- composer self-update
- composer install --prefer-source --no-interaction --no-dev
- php artisan key:generate
- php artisan migrate:install
- php artisan migrate --package cartalyst/sentry
- php artisan migrate
- php artisan db:seed
- composer install --dev --prefer-source --no-interaction
- 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
- php artisan migrate --env=testing --no-interaction -vvv
- php artisan db:seed --env=testing --no-interaction -vvv

# omitting "script:" will default to phpunit
# use the $DB env variable to determine the phpunit.xml to use
Expand Down

0 comments on commit 7f0e21d

Please sign in to comment.