Skip to content

Commit

Permalink
deployment with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rerorero committed Jan 25, 2017
1 parent a3df9a1 commit ee82887
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@ scala:
- 2.11.8

sudo: required
# https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708
group: deprecated
dist: trusty
jdk:
- oraclejdk8

services:
- docker

before_install:
# https://github.com/travis-ci/travis-ci/issues/6928#issuecomment-264227708
- jdk_switcher use oraclejdk8
- ./docker/provision.sh

# for deploy
before_deploy: ./dist-cli.sh
deploy:
provider: releases
api_key: ${GH_TOKEN}
skip_cleanup: true
file: ./.dist-work/zabbicook-$TRAVIS_TAG.zip
on:
tags: true

0 comments on commit ee82887

Please sign in to comment.