Skip to content

Commit

Permalink
Merge tag 'v0.0.2'
Browse files Browse the repository at this point in the history
[twgit] Hotfix finish: hotfix-0.0.2
  • Loading branch information
rvflash committed Mar 4, 2019
2 parents 74b457d + 3cc49cb commit de14cd2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: go

go:
- 1.11

env:
- GO111MODULE=on

before_install:
- go get -t -v ./...

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

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

0 comments on commit de14cd2

Please sign in to comment.