Merge pull request #1742 from influxdb/circleci_config

Port Travis config to CircleCI
pull/1746/head
Philip O'Toole 2015-02-25 12:17:32 -08:00
commit 8dc0429c91
1 changed files with 10 additions and 0 deletions

10
circle.yml Normal file
View File

@ -0,0 +1,10 @@
dependencies:
pre:
- go get -u golang.org/x/tools/cmd/vet;
test:
override:
# Put each test command on its own line.
- go test -timeout 60s -v ./...
- go tool vet .