Skip to content

Commit

Permalink
Update Travis settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Jul 30, 2018
1 parent e54fa54 commit 3a57c4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ cache:
directories:
- "$HOME/.gradle/caches/"
- "$HOME/.gradle/wrapper/"
before_deploy:
- 'echo "gradle.publish.key=$GRADLE_PUBLISH_KEY" >> ~/.gradle/gradle.properties'
- 'echo "gradle.publish.secret=$GRADLE_PUBLISH_SECRET" >> ~/.gradle/gradle.properties'
deploy:
- provider: script
script: ./gradlew publishPlugins
Expand Down

0 comments on commit 3a57c4a

Please sign in to comment.