9 lines
129 B
YAML
9 lines
129 B
YAML
language: node_js
|
|
node_js:
|
|
- iojs
|
|
before_install:
|
|
- npm install -g grunt-cli
|
|
notifications:
|
|
email:
|
|
- andris@kreata.ee
|
|
|