0
0
Fork 0

add travis config to run integration tests against firestorm

This commit is contained in:
Marty Schoch 2016-01-05 13:00:36 -05:00
parent ab67b2f642
commit e5c1af4164
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ script:
- go get github.com/mattn/goveralls
- go get github.com/kisielk/errcheck
- go test -v ./...
- go test -v ./test -indexType=firestorm
- go vet ./...
- errcheck ./...
- docs/project-code-coverage.sh