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 a3df9a1 commit ee82887Copy full SHA for ee82887
.travis.yml
@@ -3,17 +3,21 @@ scala:
3
- 2.11.8
4
5
sudo: required
6
-# https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708
7
-group: deprecated
8
-dist: trusty
9
jdk:
10
- oraclejdk8
11
12
services:
13
- docker
14
15
before_install:
16
- # https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708
17
- - jdk_switcher use oraclejdk8
18
- ./docker/provision.sh
19
+# for deploy
+before_deploy: ./dist-cli.sh
+deploy:
+ provider: releases
+ api_key: ${GH_TOKEN}
20
+ skip_cleanup: true
21
+ file: ./.dist-work/zabbicook-$TRAVIS_TAG.zip
22
+ on:
23
+ tags: true
0 commit comments