[TASK] Reduce travis to stable for osx and windows

This commit is contained in:
Xaver Maierhofer 2017-01-17 17:19:42 +01:00
parent 75b71fc35b
commit 06da686c96
No known key found for this signature in database
GPG Key ID: 7FDCE23FD2EC9FE8

View File

@ -4,14 +4,19 @@ language: node_js
node_js: node_js:
- "7" - "7"
- "6"
- "4"
os: os:
- linux - linux
- macosx - macosx
- windows - windows
matrix:
include:
- node_js: 6
os: linux
- node_js: 4
os: linux
cache: cache:
yarn: true yarn: true
directories: directories:
@ -21,7 +26,8 @@ script: grunt
notifications: notifications:
irc: irc:
channels: "irc.hackint.org#freifunkR" channels:
channels: "irc.hackint.org#meshviewer" - "irc.hackint.org#freifunkR"
- "irc.hackint.org#meshviewer"
nick: ci nick: ci
use_notice: true use_notice: true