Attempting fix to travis ci config

This commit is contained in:
Kenneth Shaw 2017-02-22 08:24:49 +07:00
parent 6ce1f2fdfb
commit e8e7c84642

View File

@ -8,5 +8,6 @@ before_install:
script:
- export CHROMEDP_NO_SANDBOX=true
- export PATH=$PATH:$HOME/hs
- export GOMAXPROCS=1
- go test -v -race -coverprofile=coverage.out
- goveralls -service=travis-ci -coverprofile=coverage.out