meshviewer/.travis.yml
Xaver Maierhofer ed9f056d8c [!!!][TASK] Update to eslint v3
Removes compatibility to nodejs v0.10 and v0.11
2016-07-12 20:52:27 +02:00

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