Browse Source

Travis: update tested node.js versions (now 4 & 6)

pull/293/head
Vitaly Puzrin 8 years ago
parent
commit
1d2b893019
  1. 4
      .travis.yml

4
.travis.yml

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

Loading…
Cancel
Save