Unverified Commit ff6fecc6 authored by DD Liu's avatar DD Liu Committed by GitHub

Update .travis.yml

Try to run smoke tests only on certain branches
parent d8525ab9
......@@ -135,6 +135,12 @@ jobs:
- master
- stage: smoke
script: npm run test:integration:remote
on:
branch:
- develop
- master
- hotfix/*
- release/*
- stage: update translations
script: npm run i18n:push
stages:
......
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