2016-05-29 18:58:18 +00:00
|
|
|
sudo: false
|
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
language: node_js
|
2016-05-29 18:58:18 +00:00
|
|
|
|
|
|
|
node_js:
|
|
|
|
- "6"
|
|
|
|
- "5"
|
|
|
|
- "4"
|
|
|
|
- "0.12"
|
|
|
|
- "0.11"
|
|
|
|
- "iojs"
|
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
- bower_components
|
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
before_install:
|
|
|
|
- npm install -g grunt-cli
|
2016-05-29 18:58:18 +00:00
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
install:
|
|
|
|
- npm install
|
2016-05-29 18:58:18 +00:00
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
script: grunt
|
2016-06-02 21:28:20 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
|
|
|
channels: "irc.hackint.org#freifunkR"
|
|
|
|
nick: ci
|
|
|
|
use_notice: true
|