Skip to content

Commit

Permalink
Merge pull request #8 from cristiammercado/develop
Browse files Browse the repository at this point in the history
Dropped support for Node unmaintained versions
  • Loading branch information
cristiammercado authored Jun 4, 2020
2 parents 1fc65d5 + e75ea64 commit 8239d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: node_js
dist: bionic
arch: amd64
cache: npm
os:
- linux
- osx
Expand All @@ -9,8 +12,6 @@ node_js:
- 12
- 11
- 10
- 9
- 8
install:
- npm install
script:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"darwin"
],
"engines": {
"node": ">= 8"
"node": ">= 10"
}
}

0 comments on commit 8239d19

Please sign in to comment.