Skip to content

Commit

Permalink
Merge pull request #78 from maxatome/v1
Browse files Browse the repository at this point in the history
Enable go 1.13 in Travis
  • Loading branch information
maxatome committed Sep 10, 2019
2 parents ac2099d + 503d50c commit ccdff90
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ matrix:
- go: 1.10.x
- go: 1.11.x
- go: 1.12.x
- go: 1.13.x
env:
- USE_LINTER=1
install:
- >
version=1.15.0; name=golangci-lint-$version-linux-amd64;
wget -q -O - https://github.com/golangci/golangci-lint/releases/download/v$version/$name.tar.gz |
tar -zxvf - -C $GOPATH/bin &&
mv $GOPATH/bin/$name/golangci-lint $GOPATH/bin
- wget -O - -q https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $GOPATH/bin v1.18.0
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci
Expand Down

0 comments on commit ccdff90

Please sign in to comment.