Skip to content

Commit

Permalink
Bump appveyor+travis files to always include Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed May 6, 2018
1 parent 8a1d6f1 commit c625c4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ node_js:
- "4"
- "6"
- "8"
- "10"
- "node"

branches:
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down
1 change: 1 addition & 0 deletions lib/shared-templates/appveyor.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ environment:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

# Install scripts. (runs after repo cloning)
install:
Expand Down
1 change: 1 addition & 0 deletions lib/shared-templates/travis.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ node_js:
- "4"
- "6"
- "8"
- "10"
- "node"

branches:
Expand Down

0 comments on commit c625c4d

Please sign in to comment.