Skip to content

Commit

Permalink
chore: fix releases deployement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 26, 2017
1 parent ccfce5d commit d6214cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ deploy:
api_key: ${GITHUB_TOKEN}
file: gcg
skip_cleanup: true
file_glob: true
on:
tags: true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all

default: binary
default: test-unit binary

dependencies:
glide install
Expand Down

0 comments on commit d6214cf

Please sign in to comment.