Skip to content

Commit 0c40bea

Browse files
committed
update .travis.yml
1 parent 7a29c90 commit 0c40bea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ script:
88
- cat ./doc/CHANGELOG.md
99
- ./gradlew buildPlugin
1010
- cd library && ./gradlew build test -s
11-
- cd ../
12-
- ./gradlew createGithubReleaseNotes
11+
- cd ../ && ls && ./gradlew createGithubReleaseNotes
1312
deploy:
1413
- provider: releases
1514
api_key: $GH_TOKEN

0 commit comments

Comments
 (0)