Skip to content

Commit

Permalink
chore(ci): Fixed deploy stage (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
durandj committed Mar 10, 2019
1 parent 7b34366 commit db437cc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,18 @@ jobs:
- task test

- stage: deploy
name: Deploy

env:
- GO111MODULE=on

install: go get -u

before_script:
- wget https://github.com/go-task/task/releases/download/v2.4.0/task_linux_amd64.deb
- sudo dpkg -i task_linux_amd64.deb
- rm task_linux_amd64.deb
- task install
script:
- task release
if: branch = master AND type != pull_request

0 comments on commit db437cc

Please sign in to comment.