meshviewer/.travis.yml
2016-11-03 22:13:56 +01:00

33 lines
354 B
YAML

sudo: false
language: node_js
node_js:
- "7"
- "6"
- "4"
os:
- linux
- macosx
- windows
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