Changing travis ci config
This commit is contained in:
parent
c6781d513d
commit
6b426dd931
|
@ -7,8 +7,6 @@ before_install:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- ./contrib/grab-headless_shell.sh $HOME/hs
|
- ./contrib/grab-headless_shell.sh $HOME/hs
|
||||||
script:
|
script:
|
||||||
- export CHROMEDP_NO_SANDBOX=true
|
|
||||||
- export PATH=$PATH:$HOME/hs
|
- export PATH=$PATH:$HOME/hs
|
||||||
- export GOMAXPROCS=1
|
- GOMAXPROCS=1 CHROMEDP_NO_SANDBOX=true go test -race -coverprofile=coverage.out
|
||||||
- go test -v -race -coverprofile=coverage.out
|
|
||||||
- goveralls -service=travis-ci -coverprofile=coverage.out
|
- goveralls -service=travis-ci -coverprofile=coverage.out
|
||||||
|
|
Loading…
Reference in New Issue
Block a user