Skip to content

Commit

Permalink
Merge 4a57791 into 51a6e25
Browse files Browse the repository at this point in the history
  • Loading branch information
naxmefy committed Dec 4, 2019
2 parents 51a6e25 + 4a57791 commit 55cf5e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ language: java
sudo: required
dist: trusty
jdk:
- oraclejdk8
- oraclejdk8
- openjdk8
- openjdk9
- openjdk10
- openjdk11
env:
global:
- CC=clang
Expand All @@ -13,6 +17,7 @@ env:
- NODE_VERSION=8
- NODE_VERSION=9
- NODE_VERSION=10
- NODE_VERSION=11
- NODE_VERSION=12
cache:
directories:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/mocha": "^2.2.41",
"@types/should": "^8.3.0",
"co-mocha": "^1.2.0",
"java": "^0.8.0",
"java": "^0.12.0",
"mocha": "^3.3.0",
"node-java-maven": "^0.0.12",
"nyc": "^10.3.2",
Expand All @@ -80,7 +80,7 @@
"lodash": "^4.17.4"
},
"peerDependencies": {
"java": "^0.8.0"
"java": "^0.12.0"
},
"optionalDependencies": {
"node-java-maven": "^0.0.12"
Expand Down

0 comments on commit 55cf5e6

Please sign in to comment.