blob: 81d732113519e82422722fd81b3a393a66d97d1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
sudo: false
language: node_js
node_js: "8"
before_install:
- npm install -g coffee-script
- npm install path@0.11
- npm install util
- npm install -g phantomjs@1.9.20
- cake build
script: cake test
notifications:
email: false
branches:
except:
- experimental
- 1.43
- commands
|