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.
1 parent 511ee46 commit 37046b8Copy full SHA for 37046b8
.travis.yml
@@ -7,11 +7,6 @@ go:
7
matrix:
8
include:
9
- 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;'
15
- env: GO111MODULE=on TEST_DB=postgres TEST_DSN="user=postgres dbname=filedrop_test sslmode=disable"
16
services:
17
- postgresql
0 commit comments