2016-05-29 18:58:18 +00:00
|
|
|
sudo: false
|
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
language: node_js
|
2016-05-29 18:58:18 +00:00
|
|
|
|
|
|
|
node_js:
|
2016-11-03 20:49:15 +00:00
|
|
|
- "7"
|
2016-05-29 18:58:18 +00:00
|
|
|
|
2016-11-03 20:49:15 +00:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- macosx
|
|
|
|
- windows
|
|
|
|
|
2017-01-17 16:19:42 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- node_js: 6
|
|
|
|
os: linux
|
|
|
|
- node_js: 4
|
|
|
|
os: linux
|
|
|
|
|
2016-05-29 18:58:18 +00:00
|
|
|
cache:
|
2017-01-10 22:52:28 +00:00
|
|
|
yarn: true
|
2016-05-29 18:58:18 +00:00
|
|
|
directories:
|
|
|
|
- node_modules
|
|
|
|
|
2015-04-01 15:49:12 +00:00
|
|
|
script: grunt
|
2016-06-02 21:28:20 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc:
|
2017-01-17 16:19:42 +00:00
|
|
|
channels:
|
|
|
|
- "irc.hackint.org#freifunkR"
|
|
|
|
- "irc.hackint.org#meshviewer"
|
2016-06-02 21:28:20 +00:00
|
|
|
nick: ci
|
|
|
|
use_notice: true
|