Skip to content

Commit

Permalink
chore: update travis node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-D committed Jun 2, 2019
1 parent 5a4b3ee commit a78a5e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- '12'
- '10'
- '8'
- '7'
- '6'
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.0.0",
"description": "Light multi-platform disk space checker without third party for Node.js",
"main": "index.js",
"engines" : {
"node" : ">=8"
},
"dependencies": {},
"devDependencies": {
"ava": "^2.0.0",
Expand Down

0 comments on commit a78a5e1

Please sign in to comment.