Skip to content

Commit 99117b2

Browse files
authored
Merge pull request #27 from Shelnutt2/update-mariadb-travis
Update MariaDB version used for Travis CI to 10.3
2 parents 3893d7c + b802bb7 commit 99117b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
addons:
3-
mariadb: '10.1'
3+
mariadb: '10.3'
44
go:
55
- tip
66
before_install:

utils_mysql_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
. "github.com/smartystreets/goconvey/convey"
88
)
99

10-
const testMariadbUsername = "travis"
10+
const testMariadbUsername = "root"
1111
const testMariadbPassword = ""
1212
const testMariadbHost = "127.0.0.1"
1313
const testMariadbPort = 3306

0 commit comments

Comments
 (0)