Skip to content

Commit

Permalink
Removes warnings requiring Node LTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr committed Sep 6, 2016
1 parent 67727a6 commit 0fce596
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,9 @@ os:
- linux
- osx
node_js:
- "4"
- "5"
- 4
- 5
- 6
env:
- CXX=g++-4.8
addons:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -6,6 +6,7 @@ environment:
matrix:
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6

platform:
- x86
Expand Down
5 changes: 0 additions & 5 deletions bin/tessel-2.js
Expand Up @@ -19,11 +19,6 @@ const CLI_ENTRYPOINT = 'cli.entrypoint';
// Check for updates
const pkg = require('../package.json');

if (parseInt(process.versions.node) > 5) {
log.error('Tessel 2 CLI (t2-cli) is supported for use with the Node.js 4.x.x LTS Release.');
process.exit();
}

/*
* If a command has been run with root,
* do not try to read the update-notifier config file.
Expand Down

0 comments on commit 0fce596

Please sign in to comment.