bitcore-lib-zcash/.travis.yml

13 lines
208 B
YAML
Raw Normal View History

2014-02-15 17:12:12 -08:00
language: node_js
node_js:
2014-06-19 09:42:18 -07:00
- '0.10'
2014-11-26 13:50:53 -08:00
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