Make travis only run selenium tests on Travis Branch

Until we can get the tests to run reliably
This commit is contained in:
BryceLTaylor 2018-05-31 15:05:40 -04:00
parent f15a8bd714
commit ecd3f673a6

View file

@ -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