Skip to content

Commit

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

go:
- 1.4

script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/mattn/goveralls
- go test -v
- go vet

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

0 comments on commit 7797958

Please sign in to comment.