Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
butschster committed May 26, 2016
1 parent a93fc93 commit 6a58a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -16,6 +16,6 @@ before_install:
- mysql -e 'create database homestead;'

install:
- travis_retry composer install
- travis_retry "php -r \"copy('.env.example', '.env');\""
- travis_retry php artisan modules:migrate --seed
- composer install
- "php -r \"copy('.env.example', '.env');\""
- php artisan modules:migrate --seed

0 comments on commit 6a58a5c

Please sign in to comment.