run npm test

This commit is contained in:
soulgalore 2015-06-10 23:18:46 +02:00
parent 60a659814e
commit 34007ea83e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ test_script:
- node --version
- npm --version
# run tests
- npm test
- cmd: npm test
# Don't actually build.
build: off