UNPKG

407 BYAMLView Raw
1language: node_js
2node_js:
3 - 0.10
4 - 0.12
5branches:
6 only:
7 - test
8 - active
9 - master
10install:
11 - npm install
12 - npm install -g bon
13 - npm install -g batshit # does not install-g bon!
14 - export NODE_PATH=$(temp=$(dirname $(which bon)) && echo ${temp//bin/lib\/node_modules})
15notifications:
16 email:
17 recipients:
18 - om@soundsapiens.com
19 on_success: change
20 on_failure: always