travis: more versions

This commit is contained in:
Daniel Cousens 2016-06-22 08:20:53 +10:00 committed by GitHub
parent e2641c608b
commit d4a756be2b
1 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
sudo: false
language: node_js language: node_js
before_install: before_install:
- "npm install npm -g" - npm install npm -g
node_js: node_js:
- "0.11"
- "0.10" - "0.10"
- "0.11"
- "0.12"
- "io.js"
- "4"
- "5"
- "6"
env:
- TEST_SUITE=test
script: npm run-script $TEST_SUITE