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

Remove node 0.10 from travis config

This commit is contained in:
Nick O'Leary 2017-01-01 11:41:03 +00:00
parent 7970c9dbe5
commit 18a519f9ed
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -16,7 +16,6 @@ node_js:
- "7"
- "6"
- "4"
- "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
before_script: