Skip to content

Commit

Permalink
Release v0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Medzinski committed Feb 6, 2018
1 parent 1fb8a8b commit 31e195f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ language: go
go:
- 1.9.x

stages:
- name: test
- name: release

jobs:
include:
- stage: test
script: make travis-ci
- stage: release
if: tag =~ ^v AND branch = master
script: make release
deploy:
provider: releases
Expand All @@ -16,4 +19,4 @@ jobs:
skip_cleanup: true
file: target/executor-linux-amd64.zip
on:
tags: true
tags: true
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-master
0.11.4

0 comments on commit 31e195f

Please sign in to comment.