From ecd3f673a6fc6c7f0fb8a992989ad35efc013aae Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 31 May 2018 15:05:40 -0400 Subject: [PATCH] Make travis only run selenium tests on Travis Branch Until we can get the tests to run reliably --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3da12ffa2..b4f98bb41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,4 +102,4 @@ jobs: stages: - test - name: smoke - if: branch IN (master, develop, travis) and type != pull_request + if: branch IN (travis) and type != pull_request