UNPKG
microplugin
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A lightweight plugin / dependency system for javascript libraries.
brianreavis/microplugin.js
microplugin
/
.travis.yml
8 lines
•
119 B
YAML
View Raw
1
2
3
4
5
6
7
8
language: node_js
node_js:
-
"0.10"
before_script:
- npm install -g mocha - make
script:
- mocha --reporter tap