Permalink
Browse files

Make sure we build on travis before running test.

  • Loading branch information...
1 parent be22533 commit 6edcb4d42856cad5c410af135392d5dc4ef1d07d @mramato mramato committed Jun 19, 2017
Showing with 1 addition and 0 deletions.
  1. +1 −0 .travis.yml
View
@@ -16,6 +16,7 @@ script:
- echo -en 'travis_fold:end:script.eslint\\r'
- echo 'test webgl-stub' && echo -en 'travis_fold:start:script.test\\r'
+ - npm run build
- npm run test -- --browsers Electron --webgl-stub --failTaskOnError --suppressPassed
- echo -en 'travis_fold:end:script.test\\r'

0 comments on commit 6edcb4d

Please sign in to comment.