1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

move travis to node 6 and 7 - drop 5 and 0.12

move serialport  to 0.3.0 version
This commit is contained in:
Dave Conway-Jones 2016-10-06 13:31:59 +01:00
parent 2da9572a45
commit d658fe7709
2 changed files with 3 additions and 5 deletions

View File

@ -11,13 +11,11 @@ addons:
- gcc-4.8
matrix:
allow_failures:
- node_js: "5"
- node_js: "6"
- node_js: "7"
node_js:
- "7"
- "6"
- "5"
- "4"
- "0.12"
- "0.10"
script:
- istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage

View File

@ -61,7 +61,7 @@
"node-red-node-rbe":"0.1.*"
},
"optionalDependencies": {
"node-red-node-serialport":"0.2.*",
"node-red-node-serialport":"0.3.*",
"bcrypt":"0.8.7"
},
"devDependencies": {