mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 15:17:53 -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:
|
||||
- test
|
||||
- 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