blob: d4100bce999a351a7a19c8e99c4b0f834e99d3ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
language: node_js
node_js: 0.12
before_install:
# We need to use coffee-script@1.10.0. See #2273.
- "npm install -g coffee-script@1.10.0"
- "npm install path@0.11"
- "npm install util"
- "cake build"
script: "cake test"
notifications:
email: false
branches:
except:
- experimental
- 1.43
- commands
|