We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3893d7c + b802bb7 commit 99117b2Copy full SHA for 99117b2
.travis.yml
@@ -1,6 +1,6 @@
1
language: go
2
addons:
3
- mariadb: '10.1'
+ mariadb: '10.3'
4
go:
5
- tip
6
before_install:
utils_mysql_test.go
@@ -7,7 +7,7 @@ import (
7
. "github.com/smartystreets/goconvey/convey"
8
)
9
10
-const testMariadbUsername = "travis"
+const testMariadbUsername = "root"
11
const testMariadbPassword = ""
12
const testMariadbHost = "127.0.0.1"
13
const testMariadbPort = 3306
0 commit comments