There was an error while loading. Please reload this page.
1 parent 9ff84fb commit c5c7a93Copy full SHA for c5c7a93
.travis.yml
@@ -11,4 +11,4 @@ jdk:
11
# Travis's containers with keys.
12
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V
13
# Older versions of Javadoc don't recognize the -Xdoclint flag.
14
-script: "$TRAVIS_BUILD_DIR/build_for_travis.sh"
+script: "$TRAVIS_BUILD_DIR/scripts/build_for_travis.sh"
build_for_travis.sh renamed to scripts/build_for_travis.sh
0 commit comments