We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a29c90 commit 0c40beaCopy full SHA for 0c40bea
.travis.yml
@@ -8,8 +8,7 @@ script:
8
- cat ./doc/CHANGELOG.md
9
- ./gradlew buildPlugin
10
- cd library && ./gradlew build test -s
11
- - cd ../
12
- - ./gradlew createGithubReleaseNotes
+ - cd ../ && ls && ./gradlew createGithubReleaseNotes
13
deploy:
14
- provider: releases
15
api_key: $GH_TOKEN
0 commit comments