Browse Source

Working on travis DB

Hamilton Turner 11 years ago
parent
commit
c38c8773ec
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -28,10 +28,8 @@ before_install:
   - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
   - echo "Configuring mysql"
   - echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
-  - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
   - mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
   - mysql -uroot -psecret < config/create.sql
-  - mysql --user=root --execute="select Host,User,Password FROM mysql.user"
   - mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
 
 install: