Skip to content

Commit b82abb9

Browse files
authored
Merge pull request #38 from twpayne/go-1.11
Use Go 1.11 on Travis
2 parents c7cbff0 + cfab91b commit b82abb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ addons:
66
# needed for goreleaser/nfpm:
77
- rpm
88

9+
go:
10+
- 1.11.x
11+
912
# uncomment below if docker builds are enabled in .goreleaser.yaml
1013
# services:
1114
# - docker
@@ -24,4 +27,4 @@ deploy:
2427
script: curl -sL https://git.io/goreleaser | bash
2528
on:
2629
tags: true
27-
condition: $TRAVIS_OS_NAME = linux
30+
condition: $TRAVIS_OS_NAME = linux

0 commit comments

Comments
 (0)