Skip to content

Commit

Permalink
Merge pull request #38 from twpayne/go-1.11
Browse files Browse the repository at this point in the history
Use Go 1.11 on Travis
  • Loading branch information
twpayne committed Nov 29, 2018
2 parents c7cbff0 + cfab91b commit b82abb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ addons:
# needed for goreleaser/nfpm:
- rpm

go:
- 1.11.x

# uncomment below if docker builds are enabled in .goreleaser.yaml
# services:
# - docker
Expand All @@ -24,4 +27,4 @@ deploy:
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux
condition: $TRAVIS_OS_NAME = linux

0 comments on commit b82abb9

Please sign in to comment.