Skip to content

Commit

Permalink
Add spectron/electron in script since setup.sh would remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Apr 23, 2018
1 parent 2570d70 commit 78d46c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -40,7 +40,6 @@ install:
- export PATH=$PATH:$HOME/geckodriver_$GECKODRIVER_VERSION
- cpanm --notest GD::Image Text::Markdown DateTime JSON
- npm install -g jshint mocha
- npm install electron spectron
# only init the python virtualenv if it did not show up in our build cache
- if [[ ! -f ~/python/bin/activate ]]; then virtualenv ~/python; fi
- source ~/python/bin/activate
Expand All @@ -53,6 +52,7 @@ script:
- set -e
- ./setup.sh
- yarn lint
- npm install electron spectron
- xvfb-run mocha tests/electron_tests
- prove -Isrc/perl5 -r -j3 tests/perl_tests;
- utils/jb_run.js -p 9000 & sleep 2
Expand Down

0 comments on commit 78d46c7

Please sign in to comment.