web3.js/.travis.yml

17 lines
312 B
YAML
Raw Permalink Normal View History

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