Skip to content

Commit

Permalink
update circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Sep 24, 2016
1 parent f0f60e2 commit af2d573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ machine:
environment:
IMPORT_PATH: "github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME"
COVERAGE_PROFILE: "/home/ubuntu/coverage.out"
EXPORTER_VERSION: "0.5"
EXPORTER_VERSION: "0.6.1"

test:
pre:
Expand All @@ -19,7 +19,7 @@ test:

deployment:
publish:
tag: /v.*
tag: /v.*/
commands:
- go get github.com/mitchellh/gox
- go get github.com/tcnksm/ghr
Expand Down

0 comments on commit af2d573

Please sign in to comment.