Skip to content

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Birjemin committed Dec 27, 2020
1 parent e1e591c commit 5a3815e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: go
os:
- linux
- osx
go:
- 1.13.x
env:
global:
- GO111MODULE=on
install:
- go get
script:
- go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 5a3815e

Please sign in to comment.