Skip to content

Commit

Permalink
fix(nodejs): Requires Node.js 10+
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Nov 28, 2018
1 parent 785b1ce commit 2bc36dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cache:
notifications:
email: false
node_js:
- "8"
- "9"
- "10"
- "11"
install:
- npm install
- npm run build
Expand Down

0 comments on commit 2bc36dc

Please sign in to comment.