Update wercker.yml

This commit is contained in:
yosssi 2014-06-18 14:29:24 +09:00
parent 3f90a918cb
commit ddeacd3f4f
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ import (
var benchmarkDB = fmt.Sprintf("benchmark_store_%d.db", time.Now().Unix())
func init() {
if os.Getenv("NOBENCHDATA") == "true" {
if os.Getenv("CREATEBENCHDATA") != "true" {
return
}

View file

@ -25,7 +25,7 @@ build:
- script:
name: go test
code: |
NOBENCHDATA=true go test -cover ./...
go test -cover ./...
# Invoke goveralls
- script:
name: goveralls