Skip to content

Commit

Permalink
switching back to travis?
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoch committed Dec 29, 2014
1 parent 435058a commit 7575000
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: go

go:
- 1.4

script:
- go get code.google.com/p/go.tools/cmd/vet
- go test -v ./...
- go vet ./...

notifications:
email:
- marty.schoch@gmail.com

0 comments on commit 7575000

Please sign in to comment.