change travis password

This commit is contained in:
yedongfu 2021-07-15 20:31:32 +08:00
parent 17ba36c129
commit 62796535c8

View File

@ -3,4 +3,6 @@ go:
- 1.15.x
env:
- GO111MODULE=on
script: true
before_script:
- echo "USE mysql;\nUPDATE user SET password=PASSWORD('my-secret-pw') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root
script: go test ./...