change travis password
This commit is contained in:
parent
17ba36c129
commit
62796535c8
@ -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 ./...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user