Skip to content

Commit

Permalink
travis ci wip
Browse files Browse the repository at this point in the history
  • Loading branch information
resurtm committed Dec 20, 2016
1 parent 2f9b26a commit 3c0243e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ before_script:

# initialize database
- mysql -e 'CREATE DATABASE `yii2-usuario-test`;';
- mysql -e "CREATE USER 'travis'@'localhost' IDENTIFIED WITH mysql_native_password;";
- mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'travis'@'localhost' WITH GRANT OPTION;";
- php tests/_app/yii.php migrate/up --interactive=0

script:
Expand Down

0 comments on commit 3c0243e

Please sign in to comment.