Skip to content

Commit

Permalink
Add goreleaser as part of CI, remove tests for go1.6 and add go1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
frapposelli committed Feb 28, 2018
1 parent dbbe0b9 commit 7b0f1a3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ os:
- osx

go:
- 1.6.x
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- tip

install:
Expand All @@ -21,3 +21,11 @@ script:

after_success:
- bash <(curl -s https://codecov.io/bash) -f .cover/cover.out

deploy:
- provider: script
skip_cleanup: true
script: curl -sL http://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 7b0f1a3

Please sign in to comment.