We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5efce0 commit 35fc56fCopy full SHA for 35fc56f
.travis.yml
@@ -1,8 +1,11 @@
1
language: java
2
jdk: openjdk8
3
node_js: "10"
4
+before_script:
5
+ - npm install
6
cache:
7
directories:
8
- $HOME/.m2
9
- $HOME/.npm
10
+ - node_modules
11
install: ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
0 commit comments