Skip to content

Commit

Permalink
update to Nodejs 12
Browse files Browse the repository at this point in the history
Since today Nodejs 11 is overdue, so change to 12 instead.
  • Loading branch information
Maledong authored Apr 24, 2019
1 parent 4fb6eda commit eac4c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: node_js
node_js:
- '8'
- '10'
- '11'
- '12'
install:
- npm i npminstall && npminstall
script:
Expand Down

0 comments on commit eac4c47

Please sign in to comment.