Skip to content

Commit

Permalink
Bump Neo4j test version to 2.2.5; and add testing for Go1.4 and Go1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvetta committed Oct 6, 2015
1 parent 8e251db commit 921cc1a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ go:
- 1.1
- 1.2
- 1.3
- 1.4
- 1.5
- tip
notificaitons:
email:
Expand All @@ -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:
Expand Down

0 comments on commit 921cc1a

Please sign in to comment.