Files
habitica/.travis.yml
T
Dušan Juretić f4ac5dfe8c fix unit tests
2013-10-31 22:35:35 -03:00

9 lines
168 B
YAML

language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start