14 lines
172 B
YAML
14 lines
172 B
YAML
|
language: node_js
|
||
|
sudo: false
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
- 0.12
|
||
|
- iojs
|
||
|
- 4
|
||
|
- 5
|
||
|
before_install:
|
||
|
- npm install -g grunt-cli
|
||
|
notifications:
|
||
|
email:
|
||
|
- andris@kreata.ee
|