Skip to content

Commit

Permalink
Travis: build releases with go 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 23, 2016
1 parent b855210 commit b673219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
- linux

go:
- 1.6
- 1.6.3
- tip

script:
Expand Down Expand Up @@ -105,7 +105,7 @@ deploy:
on:
repo: jedisct1/piknik
tags: true
condition: "${TRAVIS_GO_VERSION} == 1.6"
condition: "${TRAVIS_GO_VERSION} == 1.6.3"

after_deploy:
- ls -l piknik-*.tar.gz

0 comments on commit b673219

Please sign in to comment.