Skip to content

Commit

Permalink
Use travis user to fix grant issue
Browse files Browse the repository at this point in the history
This hopefully fixes the following error in travis.
```
Error Trace:	mysql_test.go:93

            				mysql_test.go:35

Error:      	Received unexpected error:

            	Error 1133: Can't find any matching row in the user table

Test:       	TestMysqlTestSuite/TestExample

Messages:   	Unable to grant db permissions
```
  • Loading branch information
boekkooi-fresh committed Jan 31, 2020
1 parent c9f21e8 commit 527ccb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ addons:

env:
- TEST_POSTGRES="postgres://postgres@localhost:5432?sslmode=disable"
TEST_MYSQL="root@tcp(localhost:3306)/"
TEST_MYSQL="travis@tcp(localhost:3306)/"

install:
- mkdir -p $GOPATH/bin
Expand Down

0 comments on commit 527ccb6

Please sign in to comment.