Skip to content

Commit c38c877

Browse files
committed
Working on travis DB
1 parent cef5512 commit c38c877

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ before_install:
2828
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
2929
- echo "Configuring mysql"
3030
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('secret') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
31-
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
3231
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
3332
- mysql -uroot -psecret < config/create.sql
34-
- mysql --user=root --execute="select Host,User,Password FROM mysql.user"
3533
- mysql --user=root --password=secret --execute="select Host,User,Password FROM mysql.user"
3634

3735
install:

0 commit comments

Comments
 (0)