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 fbcd861 commit 21ae3f9Copy full SHA for 21ae3f9
.travis.yml
@@ -2,18 +2,16 @@ language: java
2
jdk:
3
- openjdk8
4
node_js: "10"
5
-before_script:
6
- - npm install
7
-script: ./travis.sh
8
cache:
9
directories:
10
- $HOME/.m2
11
- $HOME/.npm
12
- node_modules
13
-install: ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true
+before_script:
+ - npm install
+script: travis_wait 30 ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true
14
after_success:
15
- bash <(curl -s https://codecov.io/bash)
16
-
17
notifications:
18
email:
19
- jnyuqy@gmail.com
travis.sh
0 commit comments