mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-29 06:49:05 +08:00
start on travis.yml
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
language: go
|
||||
|
||||
go: 1.4
|
||||
|
||||
install:
|
||||
- go get github.com/fzipp/gocyclo
|
||||
- go get github.com/golang/lint
|
||||
- go get golang.org/x/tools/cmd/vet
|
||||
- go get github.com/tools/godep
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
Reference in New Issue
Block a user