web3.js/.travis.yml

18 lines
303 B
YAML
Raw Normal View History

language: node_js
node_js:
- "0.12"
2014-11-05 13:31:54 -08:00
- "0.11"
- "0.10"
2014-11-05 13:31:54 -08:00
before_script:
- npm install
2014-11-14 11:00:19 -08:00
- npm install jshint
2015-03-06 12:37:44 -08:00
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2014-11-14 11:00:19 -08:00
script:
- "jshint *.js lib"
2014-11-05 13:31:54 -08:00
after_script:
- npm run-script build
2015-03-06 12:12:50 -08:00
- npm run-script karma
2015-02-16 13:49:26 -08:00
- npm run-script test-coveralls