From f9b98929b0cab8b3c1bb400b353535363e8cd00c Mon Sep 17 00:00:00 2001 From: Kenneth Shaw Date: Wed, 22 Feb 2017 16:19:21 +0700 Subject: [PATCH] Yet another change to travis configuration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0b7226..d8d92d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,5 @@ before_install: - ./contrib/grab-headless_shell.sh $HOME/hs script: - 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