Skip to content

Commit 37046b8

Browse files
committed
Remove MySQL from CI test matrix
Nobody uses it, isn't it?
1 parent 511ee46 commit 37046b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ go:
77
matrix:
88
include:
99
- env: GO111MODULE=on TEST_DB=sqlite3 TEST_DSN=":memory:"
10-
- env: GO111MODULE=on TEST_DB=mysql TEST_DSN="root@tcp(localhost)/filedrop_test"
11-
services:
12-
- mysql
13-
before_install:
14-
- mysql -u root -e 'CREATE DATABASE IF NOT EXISTS filedrop_test;'
1510
- env: GO111MODULE=on TEST_DB=postgres TEST_DSN="user=postgres dbname=filedrop_test sslmode=disable"
1611
services:
1712
- postgresql

0 commit comments

Comments
 (0)