Skip to content

Commit

Permalink
Migrate databases in travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Feb 14, 2016
1 parent 62f5870 commit cb3aa14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
before_script:
- mv tests/test_env .env
- mysql -e 'CREATE DATABASE polrci;'
- php artisan migrate
- composer install
notifications:
email: false

0 comments on commit cb3aa14

Please sign in to comment.