Skip to content

Commit 10d3a7c

Browse files
Added "npm run build" to the CI script
1 parent 3f38e2d commit 10d3a7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ node_js:
1111
before_script:
1212
- export DISPLAY=:99.0
1313
- sh -e /etc/init.d/xvfb start
14+
- npm run build
1415
after_success:
1516
- cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js

0 commit comments

Comments
 (0)