Skip to content

Commit

Permalink
Merge pull request #924 from sasstools/greenkeeper/remove-node-0.10
Browse files Browse the repository at this point in the history
πŸ‘»πŸ˜± Node.js 0.10 is unmaintained πŸ˜±πŸ‘»
  • Loading branch information
DanPurdy committed Nov 6, 2016
2 parents 4cd8a98 + 775ef96 commit b2f4228
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
- node
- iojs
after_success: npm run coveralls
notifications:
slack:
Expand Down
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ init:
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: '0.10'
- nodejs_version: '0.12'
#Β io.js
- nodejs_version: '1'
- nodejs_version: '4'
- nodejs_version: '5'
# Latest stable version of Node
- nodejs_version: 'stable'
matrix:
# Help instructions and version number don't show in appveyor
allow_failures:
- nodejs_version: '0.10'

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit b2f4228

Please sign in to comment.