From d6d54ed0bcf3b583fe681db790740cef137401d3 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sat, 8 Oct 2016 00:57:10 -0500 Subject: Replace the 'datastore' option with a 'database' option The 'datastore' string option is deprecated and will be removed in a future version. The new 'database' map option is preferred. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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: -- cgit v1.2.3