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
1 changed files with 0 additions and 1 deletions

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: