1
mirror of https://github.com/jmhobbs/cultofthepartyparrot.com synced 2024-11-07 05:48:19 +01:00
cultofthepartyparrot.com/.travis.yml
melinerunen 234d4088f6 Adding Unit test for File size!!! (#107)
* Added unit test for File Size
* Added convert-units to the npm modules in travis.yml
2017-03-29 11:46:29 -05:00

7 lines
130 B
YAML

language: node_js
install:
- npm install -g mocha
- npm install chai jsonschema
- npm install convert-units
script: "mocha"