diff --git a/.travis.yml b/.travis.yml index 8e28ac47..51bba51a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,6 @@ before_install: - go get github.com/onsi/gomega - export GOARCH=$TRAVIS_GOARCH - go env # for debugging - - google-chrome --version - "printf \"quic.clemente.io certificate valid until: \" && openssl x509 -in example/fullchain.pem -enddate -noout | cut -d = -f 2" - "export DISPLAY=:99.0" - "Xvfb $DISPLAY &> /dev/null &" diff --git a/.travis/script.sh b/.travis/script.sh index 1836087a..5fa6db88 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -22,5 +22,5 @@ if [ ${TESTMODE} == "integration" ]; then ginkgo -race -randomizeAllSpecs -randomizeSuites -trace benchmark -- -samples=1 -size=10 fi # run integration tests - ginkgo -r -v -randomizeAllSpecs -randomizeSuites -trace integrationtests -skipPackage chrome + ginkgo -r -v -randomizeAllSpecs -randomizeSuites -trace -skipPackage chrome integrationtests fi