Skip to content

Commit

Permalink
Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Aug 25, 2018
1 parent db306b5 commit 95db1a8
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.10.3"
- "1.11"
- "master"

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

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

0 comments on commit 95db1a8

Please sign in to comment.