Skip to content

Commit c688f04

Browse files
committed
Compile and test our module.
1 parent 25e4dcf commit c688f04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ before_script:
4040
- export DISPLAY=:99.0
4141
- sh -e /etc/init.d/xvfb start
4242

43+
install:
44+
- npm install
45+
46+
script:
47+
- npm test
48+
4349
notifications:
4450
webhooks:
4551
urls:

0 commit comments

Comments
 (0)