blob: 6393bfaf9deff1c5f7558c7f900539cba6eb9c56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: node_js
node_js: 0.10
before_install:
- "npm install -g coffee-script"
- "npm install path"
- "cake build"
script: "cake test"
notifications:
email: false
branches:
except:
- experimental
- 1.43
- commands
|