Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ITcathyh authored Dec 24, 2019
1 parent d71d411 commit e2f9417
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ go:

go_import_path: github.com/ITcathyh/conexec

install:
- make dependency
before_install:
- go get -t -v ./...

script:
- make lint
- make test
- go test -race -coverprofile=coverage.txt -covermode=atomic

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

0 comments on commit e2f9417

Please sign in to comment.