Skip to content

Commit

Permalink
Merge pull request #48 from cowboy/update-ci
Browse files Browse the repository at this point in the history
update CI for latest versions of node
  • Loading branch information
vladikoff committed Jun 8, 2020
2 parents cb2834b + e3b7f04 commit 48f7f93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
sudo: false
language: node_js
node_js:
- "4"
- "5"
- "6"
- "8"
- "10"
before_install:
- if [ "$TRAVIS_NODE_VERSION" = "0.10" ]; then npm install -g npm@2; fi
- "12"
matrix:
fast_finish: true
cache:
Expand Down
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,12 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "10"
platform: x86
- nodejs_version: "12"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 48f7f93

Please sign in to comment.