Merge pull request #30 from bitcoinjs/dcousens-patch-1

travis: more versions
This commit is contained in:
Daniel Cousens 2016-06-22 12:36:24 +10:00 committed by GitHub
commit 3f5feb4089
1 changed files with 11 additions and 2 deletions

View File

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