web3.js/.travis.yml

17 lines
314 B
YAML
Raw Normal View History

language: node_js
node_js:
- "0.12"
2014-11-05 21:31:54 +00:00
- "0.11"
before_script:
- npm install
2014-11-14 19:00:19 +00:00
- npm install jshint
2015-03-06 20:37:44 +00:00
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2014-11-14 19:00:19 +00:00
script:
- "jshint *.js lib"
2014-11-05 21:31:54 +00:00
after_script:
- npm run-script build
2015-02-16 21:49:26 +00:00
- npm run-script test-coveralls
- cd test/node && npm install && node app.js