mirror of
https://github.com/jmhobbs/cultofthepartyparrot.com
synced 2024-11-07 05:48:19 +01:00
234d4088f6
* Added unit test for File Size * Added convert-units to the npm modules in travis.yml
7 lines
130 B
YAML
7 lines
130 B
YAML
language: node_js
|
|
install:
|
|
- npm install -g mocha
|
|
- npm install chai jsonschema
|
|
- npm install convert-units
|
|
script: "mocha"
|