Skip to content

Commit

Permalink
Run renderer tests first on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Oct 12, 2019
1 parent f6c99b4 commit d64dcb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ script:
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
npm run coverage;
else
npm test;
npm run test:renderer;
npm run test:main;
fi
after_success:
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
Expand Down

0 comments on commit d64dcb9

Please sign in to comment.