We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3a7d0 commit a0df315Copy full SHA for a0df315
.travis.yml
@@ -9,7 +9,7 @@ before_install:
9
- sh -e /etc/init.d/xvfb start
10
script:
11
- gradle assemble
12
-- gradle check --stacktrace
+- gradle release --stacktrace
13
after_success:
14
- curl -T build/libs/SimpleTimeTrack.jar -ubytekeeper:$API_KEY https://api.bintray.com/content/bytekeeper/generic/SimpleTimeTrack/1/SimpleTimeTrack.jar
15
- 'curl -H "Content-Type: application/json" -ubytekeeper:$API_KEY -d ''{}'' https://api.bintray.com/content/bytekeeper/generic/SimpleTimeTrack/1/publish'
0 commit comments