Skip to content

Commit 79bc357

Browse files
committed
added Travis YML
1 parent 2c29d5d commit 79bc357

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.travis.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
language: go
2+
3+
go:
4+
- 1.6.x
5+
- 1.7.x
6+
- 1.8.x
7+
- master
8+
9+
before_install:
10+
- go get github.com/golang/lint/golint
11+
12+
before_script:
13+
- go vet ./...
14+
- golint ./...
15+
16+
script:
17+
- go test -v ./...

0 commit comments

Comments
 (0)