mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Make travis only run selenium tests on Travis Branch
Until we can get the tests to run reliably
This commit is contained in:
parent
f15a8bd714
commit
ecd3f673a6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue