Skip to content

Commit c5c7a93

Browse files
committed
move CI test script into subdir
1 parent 9ff84fb commit c5c7a93

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jdk:
1111
# Travis's containers with keys.
1212
install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true -B -V
1313
# Older versions of Javadoc don't recognize the -Xdoclint flag.
14-
script: "$TRAVIS_BUILD_DIR/build_for_travis.sh"
14+
script: "$TRAVIS_BUILD_DIR/scripts/build_for_travis.sh"
File renamed without changes.

0 commit comments

Comments
 (0)