Skip to content

Commit

Permalink
Try to fix jdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurits Rijk committed Jul 10, 2017
1 parent a5e7654 commit 84ce88b
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
Expand Up @@ -2,13 +2,13 @@ language: node_js

node_js:
- stable

install:
- npm install

script:
- npm run cover
- sonar-scanner
- JAVA_HOME=/usr/lib/jvm/java-8-oracle sonar-scanner

# Send coverage data to Coveralls
after_script: "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
Expand Down

0 comments on commit 84ce88b

Please sign in to comment.