Skip to content

Commit

Permalink
Attempt to restore Node v4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 19, 2019
1 parent 2d4e004 commit 5e42d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: node_js
sudo: false
node_js:
- "4"
- "6"
- "8"
- "10"
Expand Down
2 changes: 2 additions & 0 deletions postinstall.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

'use strict';

function isTrue(value) {
return !!value && value !== '0' && value !== 'false';
}
Expand Down

0 comments on commit 5e42d6c

Please sign in to comment.