Commit ecd3f673 authored by BryceLTaylor's avatar BryceLTaylor

Make travis only run selenium tests on Travis Branch

Until we can get the tests to run reliably
parent f15a8bd7
...@@ -102,4 +102,4 @@ jobs: ...@@ -102,4 +102,4 @@ jobs:
stages: stages:
- test - test
- name: smoke - name: smoke
if: branch IN (master, develop, travis) and type != pull_request if: branch IN (travis) and type != pull_request
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment