From 0ecd9b2df0f8e9e26939c19b2ce23c4a6f7eb5a6 Mon Sep 17 00:00:00 2001 From: Alex Rickabaugh Date: Wed, 19 Oct 2016 10:41:00 -0700 Subject: [PATCH] chore(ci): make browserstack tests optional until they are fixed --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3bdb05466f..a2e8f2be17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,8 @@ matrix: allow_failures: - env: "CI_MODE=saucelabs_optional" - env: "CI_MODE=browserstack_optional" + # Remove when browserstack un-expires our account. + - env: "CI_MODE=browserstack_required" install: - ./scripts/ci-lite/install.sh