Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
configure continuous integration
Browse files Browse the repository at this point in the history
exclude certificate tests until figuring out a good way to do that.

ref #1
  • Loading branch information
nathany committed Dec 18, 2015
1 parent 35c782d commit 004032d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
sudo: false
language: go

go:
- tip
- 1.6

before_script:
- go get -u github.com/golang/lint/golint

script:
- go test -v --race $(go list ./... | grep -v '/certificate')

after_script:
- test -z "$(gofmt -s -l -w . | tee /dev/stderr)"
- test -z "$(golint ./... | tee /dev/stderr)"
- go vet ./...

os:
- linux

notifications:
email: false

0 comments on commit 004032d

Please sign in to comment.