Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed May 7, 2021
1 parent fc39150 commit bf90941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: go

go:
- 1.16
- tip

before_install:
- go get -t -v ./...
- sudo apt-get install redis-server; redis-server &
- go get github.com/mattn/goveralls
script:
- go test -covermode=atomic ./...
- $GOPATH/bin/goveralls -service=travis-ci

0 comments on commit bf90941

Please sign in to comment.