Commit 72574029 authored by Ben Wheeler's avatar Ben Wheeler

revised travis yml to move condition to stage section

parent a4764e05
......@@ -122,7 +122,6 @@ jobs:
script: npm run deploy
on:
repo: LLK/scratch-www
condition: $TRAVIS_EVENT_TYPE != cron
branch:
- develop
- hotfix/*
......@@ -138,8 +137,10 @@ jobs:
script: npm run test:integration:remote
- stage: update translations
script: npm run i18n:push
if: branch == develop AND type == cron
stages:
- test
if: type != cron
- name: smoke
if: type != pull_request
if: type NOT IN (cron, pull_request)
- name: update translations
if: branch == develop AND type == cron
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