From ae130323b5b78a993f2719ea9637cd7b713b97a9 Mon Sep 17 00:00:00 2001 From: Josh Barnes Date: Fri, 27 Jan 2017 22:57:15 +0000 Subject: [PATCH] [CI] *really* disable sauce_connect travis addon, which we aren't using anyway --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1d315e476..e675c18b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ addons: # sauce_connect is used for connecting to saucelabs for js testing. Currently # we don't use saucelabs, as this only works when env vars are set for sauce # un & pw, which can't be made available securely in pull request builds. As - # a result, we mustdo any js testng locally with a headless browser. - sauce_connect: false + # a result, we must do any js testng locally with a headless browser. + # sauce_connect: true matrix: fast_finish: true # Use the built-in venv for linux builds