Removing -race on travis test (for now)
This commit is contained in:
parent
efc98098b4
commit
a2966fde60
|
@ -9,5 +9,5 @@ before_install:
|
|||
- ./contrib/grab-headless_shell.sh $HOME/hs
|
||||
script:
|
||||
- export PATH=$PATH:$HOME/hs
|
||||
- GOMAXPROCS=1 CHROMEDP_NO_SANDBOX=true go test -race -coverprofile=coverage.out
|
||||
- CHROMEDP_NO_SANDBOX=true go test -coverprofile=coverage.out
|
||||
- goveralls -service=travis-ci -coverprofile=coverage.out
|
||||
|
|
Loading…
Reference in New Issue
Block a user