Skip to content

Commit

Permalink
Create structure from Migrations in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
apuyou committed Jul 7, 2013
1 parent 8075cc9 commit b9721bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ before_script:
- mkdir logs
- chmod 777 logs
- mysql -e 'create database buckutt_test;'
- mysql -u root buckutt_test < dev_structure.sql
- php db.php migrations:migrate --write-sql
- mysql -u root buckutt_test < doctrine_migration_*.sql
- curl -s https://getcomposer.org/installer | php
- php composer.phar install --dev --prefer-source --no-interaction
- cd tests/
Expand Down

0 comments on commit b9721bd

Please sign in to comment.