Skip to content

Commit 1253745

Browse files
committed
Added travis build file
1 parent 700476c commit 1253745

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: go
2+
3+
go:
4+
- 1.10.x
5+
- tip
6+
7+
before_install:
8+
- go get -t -v ./...
9+
10+
script:
11+
- go test -race -coverprofile=coverage.txt -covermode=atomic
12+
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)