Skip to content

Commit

Permalink
fixed build break
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Dec 3, 2019
1 parent ea1bdff commit 1224a9f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
dist: bionic

language: go

# Force-enable Go modules. Also force go to use the code in vendor/
# These will both be unnecessary when Go 1.14 lands.
env: GO111MODULE=on GOFLAGS='-mod vendor'

go:
- "1.13.4"

install:
- go get golang.org/x/tools/cmd/cover
- go get github.com/mattn/goveralls

script:
- go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile=coverage.out -service=travis-ci
- 1.13.x

0 comments on commit 1224a9f

Please sign in to comment.