forked from neo4jrb/activegraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
26 lines (26 loc) · 889 Bytes
/
.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
script: "export CODECLIMATE_REPO_TOKEN=04853df625409de0a0f4e9126aee11bbee3428c81c20c27df6e6ab5c60bff2c8 && 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:start default --trace"
language: ruby
cache: bundler
sudo: false
rvm:
- 2.3.1
- 2.2.5
- 2.1.8
- jruby-1.7.20
- jruby-9.0.5.0
env:
- NEO4J_VERSION=community-2.3.0
- NEO4J_VERSION=community-2.2.6
- NEO4J_VERSION=community-2.1.8
matrix:
include:
- rvm: 2.3.0
script: "bundle exec rubocop"
env: "RUBOCOP=true"
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/b803232e5210f6134a1e
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false