Skip to content

Commit

Permalink
Replaced Oracle Java 8 with OpenJDK 8
Browse files Browse the repository at this point in the history
Remove Node 8 from Travis config and added Node 10
  • Loading branch information
hknustwmf committed Jun 6, 2019
1 parent e55e579 commit df64434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- "6"
- "8"
- "10"

sudo: false

Expand All @@ -12,7 +12,7 @@ notifications:
addons:
apt:
packages:
- oracle-java8-set-default
- openjdk-8-jre-headless

before_install:
- wget https://archive.apache.org/dist/cassandra/3.11.2/apache-cassandra-3.11.2-bin.tar.gz -P ../
Expand Down

0 comments on commit df64434

Please sign in to comment.