Update .travis.yml

Try to run smoke tests only on certain branches
This commit is contained in:
DD Liu 2020-08-26 11:27:55 -04:00 committed by GitHub
parent d8525ab9fe
commit ff6fecc694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: