meshviewer/.travis.yml
2017-01-16 17:48:31 +01:00

28 lines
315 B
YAML

sudo: false
language: node_js
node_js:
- "7"
- "6"
- "4"
os:
- linux
- macosx
- windows
cache:
yarn: true
directories:
- node_modules
script: grunt
notifications:
irc:
channels: "irc.hackint.org#freifunkR"
channels: "irc.hackint.org#meshviewer"
nick: ci
use_notice: true