Skip to content

Commit

Permalink
Merge pull request #177 from Pchelolo/travis
Browse files Browse the repository at this point in the history
Travis: Install custom cassandra version to match production
  • Loading branch information
Marko Obrovac committed Jan 14, 2016
2 parents a105a7e + dc5fdeb commit 48ae50c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ node_js:
- "4.2"

sudo: false
services:
- cassandra

notifications:
email:
- services@wikimedia.org

before_install:
- wget https://archive.apache.org/dist/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz -P ../
- tar -xzf ../apache-cassandra-2.1.12-bin.tar.gz -C ../
- sh ../apache-cassandra-2.1.12/bin/cassandra > /dev/null

script: npm run-script coverage && (npm run-script coveralls || exit 0)

0 comments on commit 48ae50c

Please sign in to comment.