Skip to content

Commit ce4cc73

Browse files
committed
Added .travis.yml
1 parent dfacc09 commit ce4cc73

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: go
2+
3+
go:
4+
- 1.4.2
5+
6+
install:
7+
- export PATH=$HOME/gopath/bin:$PATH
8+
- go get golang.org/x/tools/cmd/cover
9+
10+
script:
11+
- make Godeps
12+
- make build
13+
- go test -v -covermode=count -coverprofile=profile.cov

0 commit comments

Comments
 (0)