Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 6e7c08e

Browse files
committed
build dir fix
1 parent dd3dd52 commit 6e7c08e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ script:
2323
- test "$TRAVIS_JDK_VERSION" = "oraclejdk8" && cd java-webmvc && ./gradlew check && cd .. || (exit 0)
2424
- test "$TRAVIS_JDK_VERSION" = "oraclejdk8" && cd kotlin-webmvc && ./gradlew check && cd .. || (exit 0)
2525
after_success:
26+
- cd $TRAVIS_BUILD_DIR
2627
- test "$TRAVIS_BRANCH" = "master"
2728
&& test "$TRAVIS_PULL_REQUEST" = "false"
2829
&& test "$TRAVIS_JDK_VERSION" = "oraclejdk8"

0 commit comments

Comments
 (0)