From 70a098cbd45c29fe402ddb5e417f3c22a0cf187e Mon Sep 17 00:00:00 2001 From: Robert Knight Date: Thu, 26 Nov 2015 11:07:07 +0000 Subject: [PATCH] Enable Sauce Connect in Travis Rather than specifying the username and encrypted key in the Travis config, we just enable Sauce Connect and require SAUCE_USERNAME and SAUCE_ACCESS_KEY env vars to be set. This is so that the Karma tests have the same env vars available to them which they can use to check whether to run against Sauce Labs or not. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7ea4d126..3ddcdff5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ python: os: - linux +addons: + sauce_connect: true + cache: directories: - $HOME/.cache/pip