Yet another change to travis configuration

This commit is contained in:
Kenneth Shaw 2017-02-22 16:19:21 +07:00
parent 68fbb76e35
commit f9b98929b0

View File

@ -8,5 +8,5 @@ before_install:
- ./contrib/grab-headless_shell.sh $HOME/hs - ./contrib/grab-headless_shell.sh $HOME/hs
script: script:
- export PATH=$PATH:$HOME/hs - export PATH=$PATH:$HOME/hs
- CHROMEDP_NO_SANDBOX=true go test -coverprofile=coverage.out - CHROMEDP_NO_SANDBOX=true go test -v -coverprofile=coverage.out
- goveralls -service=travis-ci -coverprofile=coverage.out - goveralls -service=travis-ci -coverprofile=coverage.out