Skip to content

Commit

Permalink
Add NodeJS v11 to CI (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsprut authored and artem-malko committed Jan 12, 2019
1 parent f0f5f3b commit 45f6c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ os:

env:
matrix:
- export NODE_VERSION="11"
- export NODE_VERSION="10"
- export NODE_VERSION="8"
- export NODE_VERSION="7"
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# What combinations to test
environment:
matrix:
- nodejs_version: 11
- nodejs_version: 10
- nodejs_version: 9
- nodejs_version: 8
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tars-cli",
"version": "1.10.6",
"version": "1.10.7",
"engines": {
"node": "^6.x.x"
},
Expand Down

0 comments on commit 45f6c92

Please sign in to comment.