forked from neo4jrb/neo4j-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
33 lines (31 loc) · 1.24 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
script: "export JRUBY_OPTS='-X+O -J-Djruby.launch.inproc=false -J-Xmx1024m -J-XX:MaxPermSize=2048m' && travis_retry bundle exec rake neo4j:install[$NEO4J_VERSION] neo4j:disable_auth neo4j:start --trace && rspec --tag $RSPEC_TAGS"
language: ruby
rvm:
- 2.3.0
- 2.2.4
- jruby-1.7.23
- jruby-9.0.0.0
env:
- RSPEC_TAGS=~new_cypher_session NEO4J_VERSION=community-2.3.0
- RSPEC_TAGS=~new_cypher_session NEO4J_VERSION=community-2.2.6
sudo: false
matrix:
include:
- script: "bundle exec rubocop"
rvm: 2.3.0
env: "RUBOCOP=true"
# Pre-2.1.5 is special, metadata isn't sent back with HTTP REST endpoint
- rvm: 2.3.0
env: RSPEC_TAGS=~new_cypher_session NEO4J_VERSION=community-2.1.8
# Sanity check against Neo4j 2.3.x with MRI and JRuby
- rvm: 2.3.0
env: RSPEC_TAGS=~new_cypher_session NEO4J_VERSION=community-2.3.0
- rvm: jruby-9.0.0.0
env: RSPEC_TAGS=~new_cypher_session NEO4J_VERSION=community-2.3.0
# Testing new CypherSession
- rvm: 2.3.0
env: RSPEC_TAGS=new_cypher_session NEO4J_VERSION=community-2.2.5
- rvm: 2.3.0
env: RSPEC_TAGS=new_cypher_session NEO4J_VERSION=community-2.1.8
- rvm: jruby-9.0.0.0
env: RSPEC_TAGS=new_cypher_session NEO4J_VERSION=community-2.2.5