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 d74ae49 commit 5169575Copy full SHA for 5169575
.travis.yml
@@ -1,9 +1,9 @@
1
language: node_js
2
3
node_js:
4
+ # test across multiple versions of Node:
5
- "5"
6
- "4"
- - "io.js"
7
- "0.12"
8
- "0.10"
9
@@ -17,12 +17,6 @@ env:
17
- NEO4J_VERSION="2.1.8"
18
- NEO4J_VERSION="2.0.4"
19
20
-matrix:
21
- # but we may want to allow our tests to fail against *some* Neo4j versions,
22
- # e.g. due to unstability, bugs, or breaking changes for our test code.
23
- allow_failures:
24
- - env: NEO4J_VERSION="2.0.4" # seems to have transaction bugs
25
-
26
before_install:
27
# install Neo4j locally:
28
- wget dist.neo4j.org/neo4j-community-$NEO4J_VERSION-unix.tar.gz
0 commit comments