fix bc conf script

This commit is contained in:
Eugenio Romano 2018-09-10 17:51:54 +01:00
parent 2a883fca5f
commit a588c8cd26

View File

@ -80,7 +80,7 @@ jobs:
- stage: Test Update version 2.0.0 - stage: Test Update version 2.0.0
if: branch = development if: branch = development
env: STAGE=test-BC env: STAGE=test-BC
script: ./scripts/test-e2e-bc.sh script: ./scripts/test-e2e-bc.sh -b $TRAVIS_BUILD_NUMBER
- stage: Test Update version 2.0.0 - stage: Test Update version 2.0.0
env: STAGE=test-export env: STAGE=test-export
script: npm run test-export script: npm run test-export