Skip to content

Commit

Permalink
fix: restore node 4 min support
Browse files Browse the repository at this point in the history
* node 4 min
* add node 4 to travis
  • Loading branch information
Noyabronok authored and remy committed Dec 12, 2017
1 parent 8967c02 commit 6d760f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -18,3 +18,5 @@ node_modules
coverage
tmp
test/fixtures/test*

.idea
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,7 @@ node_js:
- '9'
- '8'
- '6'
- '4'
before_install:
- if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc; fi
after_success:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"nodemon": "./bin/nodemon.js"
},
"engines": {
"node": ">=6"
"node": ">=4"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6d760f4

Please sign in to comment.