Skip to content

Commit a72abba

Browse files
committed
Set all testing environment variables.
Also add link to Testing wiki page.
1 parent de4b69f commit a72abba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ go:
1313

1414
env:
1515
global:
16+
# See https://github.com/go-sql-driver/mysql/wiki/Testing
1617
- MYSQL_TEST_USER=gotest
1718
- MYSQL_TEST_PASS=secret
19+
- MYSQL_TEST_PROT=tcp
1820
- MYSQL_TEST_ADDR=127.0.0.1:3307
21+
- MYSQL_TEST_DBNAME=gotest
1922
- MYSQL_TEST_CONCURRENT=1
2023

2124
# https://www.mysql.com/support/supportedplatforms/database.html

0 commit comments

Comments
 (0)