Skip to content

Commit

Permalink
Merge pull request #25 from santitigaga/feature/issues
Browse files Browse the repository at this point in the history
Fix pipeline travis
  • Loading branch information
dericop authored Jan 21, 2020
2 parents 48dec2a + 58081fa commit 805b6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ script:
- ./gradlew build --refresh-dependencies --no-daemon --continue
after_success:
- bash <(curl -s https://codecov.io/bash)
- gradle publishPlugins -Pgradle.publish.key=KEY_GRADLE -Pgradle.publish.secret=SECRET_GRADLE
- gradle publishPlugins -Pgradle.publish.key=$KEY_GRADLE -Pgradle.publish.secret=$SECRET_GRADLE

0 comments on commit 805b6f9

Please sign in to comment.