From 921cc1ad318b0fd5fc83b898e6b3f074e8feb89a Mon Sep 17 00:00:00 2001 From: Jason McVetta Date: Tue, 6 Oct 2015 15:18:17 -0700 Subject: [PATCH] Bump Neo4j test version to 2.2.5; and add testing for Go1.4 and Go1.5 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f414c97..23f9200 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ go: - 1.1 - 1.2 - 1.3 + - 1.4 + - 1.5 - tip notificaitons: email: @@ -22,7 +24,7 @@ before_install: env: global: - - NEO4J_VERSION="2.2.4" + - NEO4J_VERSION="2.2.5" - NEO4J_URL=http://neo4j:foobar@localhost:7474/db/data/ script: