enable some travis step only in development

This commit is contained in:
Eugenio Romano 2018-09-07 12:37:11 +01:00
parent 9ef00e3ddd
commit 192a97033e

View File

@ -49,6 +49,7 @@ jobs:
- stage: Packaging test
script: (npm run build-lib || exit 1;) && node ./scripts/upload-build-lib-in-cs.js -u $E2E_USERNAME -p $E2E_PASSWORD --host $E2E_HOST -f $TRAVIS_BUILD_NUMBER
- stage: Test Update version 2.0.0
if: branch = development
env: STAGE=test-BC
script: ./scripts/test-e2e-bc.sh
- stage: Test Update version 2.0.0