Skip to content

Commit

Permalink
Put node version back, update travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
diversario committed Apr 7, 2018
1 parent ece40b5 commit ae9203a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.10
- 6
sudo: false
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"main": "./index",
"engines": {
"node": ">=6.0.0"
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit ae9203a

Please sign in to comment.