mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-22 11:08:33 +00:00
Add node 0.12 + virtual screen for browsers/karma.
This commit is contained in:
parent
743eb3049f
commit
d88effaedf
@ -1,10 +1,13 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "0.11"
|
||||
- "0.10"
|
||||
before_script:
|
||||
- npm install
|
||||
- npm install jshint
|
||||
- export DISPLAY=:99.0 # http://karma-runner.github.io/0.8/plus/Travis-CI.html
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
script:
|
||||
- "jshint *.js lib"
|
||||
after_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user