Skip to content

Commit

Permalink
Update supported nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kminami committed May 12, 2018
1 parent 3cfdaf1 commit 9112435
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Convert [API Blueprint][] to [Swagger][].
Supported versions:
- API Blueprint 1A9 (with include directive)
- Swagger 2.0
- Node.js 4.x, 5.x, 6.x, 7.x, 8.x or higher
- Node.js 6.x, 8.x, 9.x, 10.x or higher

## Install

Expand Down

0 comments on commit 9112435

Please sign in to comment.