Skip to content

Commit

Permalink
Update the configurations of travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Sep 17, 2019
1 parent 43d787f commit a9a4475
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ os:
- linux
- osx
go:
- "1.9.x"
- "1.10.x"
- "1.11.x"
- "1.12.x"
- "1.13.x"
Expand All @@ -13,7 +11,7 @@ before_install:
- go get -t -v ./...

script:
- go test -coverprofile=coverage.txt -covermode=count -v
- go test -coverprofile=coverage.txt -covermode=count -v -timeout 30s

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit a9a4475

Please sign in to comment.