Skip to content

Commit

Permalink
ci: update pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Rifa Achrinza <[email protected]>
  • Loading branch information
achrinza committed Sep 2, 2021
1 parent 01898a9 commit c1f7c1e
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
arch:
- arm64
- ppc64le
language: node_js
node_js:
- 8
- 10
- 12
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- oracle-java8-installer
before_install:
- sudo update-java-alternatives -s java-8-oracle
- export JAVA_HOME=/usr/lib/jvm/java-8-oracle
- java -version
- wget https://archive.apache.org/dist/cassandra/3.10/apache-cassandra-3.10-bin.tar.gz
- tar -xzf apache-cassandra-3.10-bin.tar.gz
- sudo sh apache-cassandra-3.10/bin/cassandra -R
- 14
- 16
services: docker
script: |
./setup.sh
npm test --ignore-scripts

0 comments on commit c1f7c1e

Please sign in to comment.