forked from scylladb/spark-scylladb-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (33 loc) · 849 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: scala
jdk:
- oraclejdk8
branches:
only:
- master
- /b.*/
sudo: required
dist: trusty
cache:
directories:
- /home/travis/.ccm/repository
- /home/travis/.m2
- /home/travis/.ivy2/
scala:
- 2.11.12
- 2.12.10
env:
global:
- CCM_CLUSTER_MODE=debug
- PRESERVE_LOGS=ccm
- TEST_PARALLEL_TASKS=1 #Times out on 2
jobs:
- CCM_CASSANDRA_VERSION=3.11.6
- CCM_CASSANDRA_VERSION=3.0.20
- CCM_CASSANDRA_VERSION=2.1.21
- CCM_CASSANDRA_VERSION=6.0.11 CCM_IS_DSE=true DSE_VERSION=6.0.11 CCM_SERVER_TYPE=dse
- CCM_CASSANDRA_VERSION=6.7.7 CCM_IS_DSE=true DSE_VERSION=6.7.7 CCM_SERVER_TYPE=dse
install:
- pip install --user ccm
script:
- "unset JVM_OPTS" # The Travis JVM Opts break CCM
- "sbt ++$TRAVIS_SCALA_VERSION -Dtravis=true test it:test" #Unit tests and Integration Suite