Skip to content

Commit 6774806

Browse files
committed
Have travis not build the javadoc
[skip ci]
1 parent 32f93ca commit 6774806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ install:
1818
#- mvn -B install -f ide/pom.xml -Dmaven.test.skip=true -Dmaven.javadoc.skip=true -Dgit-commit-id.skip=true
1919
script:
2020
- echo travis_fold:start:compile_core
21-
- mvn -B install
21+
- mvn -B install -Dmaven.javadoc.skip=true
2222
- echo travis_fold:end:compile_core
2323
#- echo travis_fold:start:compile_ide
2424
#- mvn -B install -f ide/pom.xml -Dgit-commit-id.skip=true -Pall-platforms -P!ui-tests

0 commit comments

Comments
 (0)