Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hmert committed Sep 5, 2014
1 parent 5519ea6 commit f397a53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ before_script:
- phpenv config-add phpmongodb.ini
- composer self-update
- composer install --dev --no-interaction --prefer-dist
- mysql -e "CREATE USER 'ojs'@'localhost' IDENTIFIED BY 'ojs';" -uroot
- mysql -e "GRANT ALL PRIVILEGES ON * . * TO 'ojs'@'localhost';" -uroot
- app/console doctrine:database:create
- app/console doctrine:migrations:migratet > /dev/null
- app/console doctrine:schema:create > /dev/null
Expand Down

0 comments on commit f397a53

Please sign in to comment.