Forcing runmode to test on Travis
This commit is contained in:
parent
c228eb3184
commit
94ccad225d
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ install:
|
||||||
- go get github.com/deluan/gomate
|
- go get github.com/deluan/gomate
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- BEEGO_RUNMODE=test go test ./...
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue