meshviewer/.travis.yml

31 lines
349 B
YAML
Raw Normal View History

sudo: false
2015-04-01 15:49:12 +00:00
language: node_js
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
2015-04-01 15:49:12 +00:00
install:
- npm install
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