aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 413fb89..34f34e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,10 +4,10 @@ services:
- mongodb
env:
- - MYSQL_TEST_CONFIG="mysql:user:passwd:localhost" MONGO_TEST_CONFIG="mongo:user:passwd:localhost"
+ - MYSQL_TEST="true" MONGO_TEST="true"
go:
- - 1.7
+ - 1.7.1
- tip
matrix: