We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f93ca commit 6774806Copy full SHA for 6774806
.travis.yml
@@ -18,7 +18,7 @@ install:
18
#- mvn -B install -f ide/pom.xml -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dgit-commit-id.skip=true
19
script:
20
- echo travis_fold:start:compile_core
21
- - mvn -B install
+ - mvn -B install -Dmaven.javadoc.skip=true
22
- echo travis_fold:end:compile_core
23
#- echo travis_fold:start:compile_ide
24
#- mvn -B install -f ide/pom.xml -Dgit-commit-id.skip=true -Pall-platforms -P!ui-tests
0 commit comments