Update .travis.yml

Try 2 to do the previous thing
This commit is contained in:
DD Liu 2020-08-26 11:45:11 -04:00 committed by GitHub
parent ff6fecc694
commit bc3245ec1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,13 +134,14 @@ jobs:
branch:
- master
- stage: smoke
script: npm run test:integration:remote
on:
branch:
- develop
- master
- hotfix/*
- release/*
- provider: script
script: npm run test:integration:remote
on:
branch:
- develop
- master
- hotfix/*
- release/*
- stage: update translations
script: npm run i18n:push
stages: