Browse Source

Travis: add more node versions to test

pull/234/head
Vitaly Puzrin 8 years ago
parent
commit
d2e509064f
  1. 3
      .travis.yml

3
.travis.yml

@ -1,5 +1,8 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
after_success: make report-coverage
sudo: false

Loading…
Cancel
Save