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

14 lines
203 B
YAML
Raw Normal View History

2017-06-13 12:22:02 +02:00
dist: trusty
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:
- 6
2017-06-13 21:21:57 +02:00
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
sudo: false