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 21ae3f9 commit d18ccc2Copy full SHA for d18ccc2
.travis.yml
@@ -9,7 +9,7 @@ cache:
9
- node_modules
10
before_script:
11
- npm install
12
-script: travis_wait 30 ./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -DskipNpmBuild=true
+script: travis_wait 30 ./mvnw install -DskipTests=true -Dgpg.skip -DskipNpmBuild=true
13
after_success:
14
- bash <(curl -s https://codecov.io/bash)
15
notifications:
0 commit comments