Skip to content

Commit

Permalink
Merge pull request #3 from hairyhenderson/update-travis-go
Browse files Browse the repository at this point in the history
Updating go versions in Travis config
  • Loading branch information
dimchansky authored Dec 4, 2018
2 parents 5448fe6 + 78b032b commit c410c23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: go

go:
- 1.7
- tip
- '1.10'
- '1.11'

# sudo=false makes the build run using a container
sudo: false
Expand All @@ -15,4 +15,4 @@ before_install:
script:
- gofiles=$(find ./ -name '*.go') && [ -z "$gofiles" ] || unformatted=$(goimports -l $gofiles) && [ -z "$unformatted" ] || (echo >&2 "Go files must be formatted with gofmt. Following files has problem:\n $unformatted" && false)
- golint ./... # This won't break the build, just show warnings
- $HOME/gopath/bin/goveralls -service=travis-ci
- $HOME/gopath/bin/goveralls -service=travis-ci

0 comments on commit c410c23

Please sign in to comment.