UNPKG

154 BYAMLView Raw
1language: node_js
2
3node_js:
4 - 4.1.1
5
6before_script:
7 - npm install -g mocha
8 - npm install -g coffee-script
9
10cache:
11 directories:
12 - node_modules