Browse Source

Deploy to bintray on tags

tags/v0.2.1
Chris Smith 5 years ago
parent
commit
46589bd519
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      .travis.yml

+ 7
- 1
.travis.yml View File

@@ -10,4 +10,10 @@ script:
10 10
   - ./gradlew test
11 11
   - ./gradlew codeCoverageReport
12 12
 after_success:
13
-  - bash <(curl -s https://codecov.io/bash)
13
+  - bash <(curl -s https://codecov.io/bash)
14
+deploy:
15
+  provider: script
16
+  script: ./gradlew clean bintrayUpload
17
+  on:
18
+    tags: true
19
+    jdk: oraclejdk11

Loading…
Cancel
Save