Skip to content

Commit

Permalink
Added stream to electron dev debug
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jan 30, 2020
1 parent 9a1ef1b commit fd7cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ before_script:
- yarn config set //registry.npmjs.org/:_authToken=${NPM_TOKEN}
# - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> $HOME/.npmrc
script:
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then yarn lerna bootstrap; yarn list --cwd packages/altair-electron; yarn dev --cwd packages/altair-electron; fi # Debugging electron test
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then yarn lerna bootstrap; yarn list --cwd packages/altair-electron; yarn lerna run --scope altair-electron dev --stream; fi # Debugging electron test
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then xvfb-run -a yarn test:ci; fi # All other tests except e2e
- if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then yarn lerna run --scope altair-app webdriver-update-ci; yarn lerna run --scope altair-app e2e:ci; fi # Run e2e test
after_success:
Expand Down

0 comments on commit fd7cdc5

Please sign in to comment.