ed9f056d8c
Removes compatibility to nodejs v0.10 and v0.11
28 lines
316 B
YAML
28 lines
316 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "6"
|
|
- "5"
|
|
- "4"
|
|
|
|
cache:
|
|
directories:
|
|
- node_modules
|
|
- bower_components
|
|
|
|
before_install:
|
|
- npm install -g grunt-cli
|
|
|
|
install:
|
|
- npm install
|
|
|
|
script: grunt
|
|
|
|
notifications:
|
|
irc:
|
|
channels: "irc.hackint.org#freifunkR"
|
|
nick: ci
|
|
use_notice: true
|