Skip to content

Commit

Permalink
Merge branch 'master' into release/5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-a-calles-mba committed May 15, 2020
2 parents 2e8c7be + 8043a30 commit 7c00c72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
matrix:
- NODEJS_VERSION: "6"
- NODEJS_VERSION: "10"

install:
# Get the version of Node.js
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: node_js

matrix:
include:
- node_js: '6.10.1'
- node_js: '8.11.3'
- node_js: '10'
- node_js: '12'

sudo: false

Expand Down

0 comments on commit 7c00c72

Please sign in to comment.