Wallet/.travis.yml
Matias Alejo Garcia d71d33296e
test coverage
2016-06-15 13:53:09 -03:00

13 lines
251 B
YAML

language: node_js
node_js:
- '0.12'
before_install:
- npm install -g bower
- npm install -g grunt-cli
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
install:
- bower install
- npm install
after_success:
- npm run exec:coveralls