Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Update travis yml to pull in java8 a different way (#8)
Browse files Browse the repository at this point in the history
Also only build on master branch and pull requests
  • Loading branch information
mjhenkes committed Oct 18, 2017
1 parent dbf3aa5 commit 93c5432
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
@@ -1,8 +1,13 @@
language: node_js
sudo: required
jdk: oraclejdk8
before_script:
- sudo apt-get update && sudo apt-get install oracle-java8-installer
addons:
apt:
packages:
- oracle-java8-set-default
branches:
only:
- master
node_js:
- '6'
- '6.9'
Expand Down

0 comments on commit 93c5432

Please sign in to comment.