Skip to content

Commit

Permalink
add go 1.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah authored and alecthomas committed Aug 28, 2018
1 parent 1bf6c96 commit 83ebc46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ install:
go:
- 1.9.x
- 1.10.x
- 1.11
script: go test -v . ./regressiontests
before_deploy:
- curl -sL https://git.io/goreleaser | bash
Expand All @@ -22,5 +23,5 @@ deploy:
on:
tags: true
repo: alecthomas/gometalinter
condition: $TRAVIS_GO_VERSION =~ ^1\.10\.[0-9]+$
condition: $TRAVIS_GO_VERSION =~ ^1\.11\.[0-9]+$

0 comments on commit 83ebc46

Please sign in to comment.