Skip to content

Commit

Permalink
Update to Go 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 19, 2016
1 parent 36aebfc commit ff18064
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.7.1
- 1.7.3
- tip

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

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

0 comments on commit ff18064

Please sign in to comment.