Skip to content

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Jan 17, 2017
1 parent 0290330 commit 0df7f99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: go
sudo: false
go:
- 1.8rc1
- tip
install:
- go get -d -t -v ./...
- go build ./...
test:
- go vet ./...
- go test -v -race ./...

0 comments on commit 0df7f99

Please sign in to comment.