Skip to content

Commit

Permalink
chore(travis): remove node versions 12.2.0
Browse files Browse the repository at this point in the history
chore(travis): add node versions -10,-11,-12,12.3.0
chore(npm): update .npmignore from template
  • Loading branch information
arlac77 committed May 21, 2019
1 parent 59b3fcd commit 838199e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

build
coverage
tests
doc
*.log
Expand All @@ -9,5 +9,4 @@ doc
.travis.yml
.vscode
.markdown-doctest-setup.js
SUMMARY.md
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 10.15.3
- 12.2.0
- 12.3.0
cache: npm
jobs:
include:
Expand Down

0 comments on commit 838199e

Please sign in to comment.