Skip to content
This repository has been archived by the owner on Jan 7, 2018. It is now read-only.

Commit

Permalink
Add travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
calavera committed Jan 6, 2016
1 parent b6ced71 commit 3b1bb4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
---
language: go
sudo: false
notifications:
email: false
go:
- 1.5
- tip
install:
- go get -t ./...
- go get github.com/golang/lint/golint
script:
- go vet ./...
- test -z "$(golint ./... | tee /dev/stderr)"
- test -z "$(gofmt -s -l . | tee /dev/stderr)"
- go test -v ./...

0 comments on commit 3b1bb4a

Please sign in to comment.