test: split Travis build, one for each distribution

This commit is contained in:
Jason Dreyzehner 2018-02-13 09:10:44 -05:00
parent cc2aee39fc
commit 739a51f107
1 changed files with 5 additions and 4 deletions

View File

@ -8,13 +8,14 @@ node_js:
addons:
chrome: stable
env:
- DISTRIBUTION=copay
- DISTRIBUTION=bitpay
install:
- npm install -g @angular/cli
script:
- npm run apply:copay
- npm run test-ci
- npm run e2e
- npm run apply:bitpay
- npm run apply:$DISTRIBUTION
- npm run test-ci
- npm run e2e