habitica-self-host/.travis.yml

11 lines
209 B
YAML
Raw Normal View History

language: node_js
node_js:
- '0.10'
2013-12-25 19:17:05 +00:00
services:
- mongodb
before_script:
- 'npm install -g grunt-cli mocha'
2013-11-01 01:30:25 +00:00
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2013-12-25 19:17:05 +00:00
- cp config.json.example config.json