Skip to content

Commit

Permalink
Update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
apuyou committed Jul 7, 2013
1 parent 7838fc9 commit 3509da0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ php:
before_script:
- mkdir logs
- chmod 777 logs
- cp config.inc.dist.php config.inc.php
- cp tests/config.inc.dist.php config.inc.php
- mkdir tests/logs
- chmod 777 tests/logs
- cp tests/config.inc.dist.php tests/config.inc.php
- curl -s https://getcomposer.org/installer | php
- php composer.phar install --dev --prefer-source --no-interaction
- mysql -e 'create database buckutt_test;'
- php db.php migrations:migrate --write-sql
- mysql -u root buckutt_test < doctrine_migration_*.sql
- cd tests/
- mkdir logs
- chmod 777 logs
- cp config.inc.dist.php config.inc.php
- cd ..
- php db.php migrations:migrate
script: ./tests/run_all.sh


0 comments on commit 3509da0

Please sign in to comment.