Skip to content

Commit 7414f4d

Browse files
author
Mrunal Patel
committed
Merge pull request #92 from vbatts/vbatts-travis_file
.: adding travis file for future CI
2 parents 5b31bb2 + 093e5e2 commit 7414f4d

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+
go:
3+
- 1.4.2
4+
- 1.3.3
5+
6+
sudo: false
7+
8+
before_install:
9+
- go get golang.org/x/tools/cmd/vet
10+
- go get github.com/golang/lint/golint
11+
12+
install: true
13+
14+
script:
15+
- go vet -x ./...
16+
- $HOME/gopath/bin/golint ./...
17+

0 commit comments

Comments
 (0)