meshviewer/.travis.yml

45 lines
782 B
YAML
Raw Normal View History

sudo: false
2015-04-01 15:49:12 +00:00
language: node_js
node_js:
- "7"
os:
- linux
- macosx
- windows
matrix:
include:
2017-01-19 00:48:02 +00:00
- node_js: 7
os: linux
env: USE_NPM=true
- node_js: 6
os: linux
- node_js: 4
os: linux
cache:
yarn: true
2017-01-19 00:48:02 +00:00
before_install:
- if [ "$USE_NPM" == "true" ]; then rm yarn.lock; fi
before_script:
- if git status | grep -q "modified. \.travis\.yml"; then echo "Dirty yarn.lock"; exit 1; fi
script:
- grunt
2016-06-02 21:28:20 +00:00
notifications:
irc:
channels:
- "irc.hackint.org#freifunkR"
- "irc.hackint.org#meshviewer"
2017-02-12 21:32:53 +00:00
template:
- "%{repository_slug}#%{build_number} %{message} (%{branch} - %{commit}: %{commit_subject})"
- "Change view : %{compare_url} Build details : %{build_url} %{pull_request_url}"
2016-06-02 21:28:20 +00:00
nick: ci
use_notice: true