Skip to content

Commit

Permalink
Update .travis.yml (#2)
Browse files Browse the repository at this point in the history
* Update .travis.yml

I believe this may fix current build errors.
  • Loading branch information
magikstm authored and hsluoyz committed Jun 6, 2019
1 parent 4bf789c commit 8ed3825
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@ language: go
sudo: false

go:
- tip
- 1.12.5

env:
- GO111MODULE=on

before_install:
- go get github.com/mattn/goveralls

install:
- go get -t ./...

script:
- $HOME/gopath/bin/goveralls -service=travis-ci
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit 8ed3825

Please sign in to comment.