blob: 250e5ab63625047fc9b3ebee19eda2961e0e5fef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: node_js
node_js:
- "0.12"
- "0.10"
- "0.8"
branches:
only:
- master
notifications:
email:
- joaquim.serafim@gmail.com
script: npm test
before_install:
- npm install -g npm@~1.4.6
|