xmpp.chapril.org-conversejs/.travis.yml

17 lines
294 B
YAML
Raw Normal View History

2019-02-01 15:22:45 +01:00
dist: xenial
2013-07-28 23:24:04 +02:00
language: node_js
2017-06-13 12:22:02 +02:00
cache:
directories:
- node_modules
addons:
chrome: stable
2013-07-28 23:24:04 +02:00
node_js:
2019-02-01 15:22:45 +01:00
- "10"
2018-10-12 18:53:24 +02:00
before_install:
- npm install -g lerna
- rm -rf ./node_modules
- export LERNA=$(which lerna)
install: make stamp-npm
2017-06-13 12:22:02 +02:00
before_script: make serve_bg
2014-04-19 08:11:17 +02:00
script: make check