Skip to content

Commit db78bd4

Browse files
committed
Added .travis.yml
1 parent cb60370 commit db78bd4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: go
2+
3+
go:
4+
- 1.4
5+
6+
before_install:
7+
- go get github.com/axw/gocov/gocov
8+
- go get github.com/mattn/goveralls
9+
- go get golang.org/x/tools/cmd/cover
10+
11+
script:
12+
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)