forked from masumsoft/express-cassandra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (21 loc) · 803 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
language: node_js
node_js:
- "8"
- "10"
- "12"
- "14"
addons:
apt:
packages:
- openjdk-8-jdk
code_climate:
repo_token: 205921b25cd059b92e7234ee98533a35f08c81c5debd68dad3e6d468258c0489
before_install:
- sudo update-java-alternatives -s java-1.8.0-openjdk-amd64
- export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-amd64
- java -version
- wget https://www.dropbox.com/s/vebuzbdql0w6eap/elassandra_janusgraph_distribution.zip?dl=1 -O elassandra_janusgraph_distribution.zip && unzip elassandra_janusgraph_distribution.zip
- sh ./elassandra_janusgraph_distribution/elassandra-5.5.0.10/bin/cassandra -e
- sleep 100
- bash ./elassandra_janusgraph_distribution/janusgraph-0.2.0/bin/gremlin-server.sh ./conf/gremlin-server/gremlin-server-configuration.yaml &
- sleep 50