Merge pull request #35 from Dahlgren/feature/travis-nvm

Test with latest node versions and those available from Ubuntu 14.04
This commit is contained in:
Björn Dahlgren 2017-02-28 09:29:21 +01:00 committed by GitHub
commit a1d85f8cb7

View File

@ -1,6 +1,10 @@
language: node_js
node_js:
- "0.11"
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
before_install:
- npm update -g npm