mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-16 16:19:48 -05:00
Merge pull request #3656 from LLK/revert-3651-travis-cron
Revert "attempt to get travis cron job to only run translations"
This commit is contained in:
commit
1e48a9cb4a
1 changed files with 7 additions and 6 deletions
13
.travis.yml
13
.travis.yml
|
@ -135,12 +135,13 @@ jobs:
|
|||
- master
|
||||
- stage: smoke
|
||||
script: npm run test:integration:remote
|
||||
- stage: update translations
|
||||
script: npm run i18n:push
|
||||
stages:
|
||||
- test
|
||||
if: type != cron
|
||||
- name: smoke
|
||||
if: type NOT IN (cron, pull_request)
|
||||
- name: update translations
|
||||
if: branch == develop AND type == cron
|
||||
if: type != pull_request
|
||||
- provider: script
|
||||
on:
|
||||
branch: develop
|
||||
condition: $TRAVIS_EVENT_TYPE == cron
|
||||
skip_cleanup: true
|
||||
script: npm run i18n:push
|
||||
|
|
Loading…
Reference in a new issue