Skip to content

Commit

Permalink
added distribution for build pipeline (#576)
Browse files Browse the repository at this point in the history
* added distribution for build pipeline

* Update .travis.yml

* changed version for bin from 3.11.4 to 3.11.5

* typo, no file ending for dir
  • Loading branch information
gsmari authored and brianhks committed Dec 5, 2019
1 parent 5ff9faf commit 4584873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,7 @@ language: java

jdk:
- oraclejdk8
dist: trusty

#services:
# - cassandra
Expand All @@ -16,4 +17,4 @@ script:

before_install:
- sudo rm -rf /var/lib/cassandra/*
- wget http://www.us.apache.org/dist/cassandra/3.11.4/apache-cassandra-3.11.4-bin.tar.gz && tar -xvzf apache-cassandra-3.11.4-bin.tar.gz && sudo sh apache-cassandra-3.11.4/bin/cassandra -R
- wget http://www.us.apache.org/dist/cassandra/3.11.5/apache-cassandra-3.11.5-bin.tar.gz && tar -xvzf apache-cassandra-3.11.5-bin.tar.gz && sudo sh apache-cassandra-3.11.5/bin/cassandra -R

0 comments on commit 4584873

Please sign in to comment.