Skip to content

Commit

Permalink
Merge branch 'release/2.8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Corbin Uselton committed Aug 1, 2020
2 parents abcebac + 6dac19b commit f3ca1b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ matrix:
- os: linux
env:
- OS="Linux"
- NODE_VERSION="12.0.0"
- NODE_VERSION="14.0.0"
- os: osx
env:
- NODE_VERSION="12.0.0"
- NODE_VERSION="14.0.0"
before_install:
- rm -rf ~/.nvm/ && git clone --depth 1 https://github.com/creationix/nvm.git ~/.nvm
- source ~/.nvm/nvm.sh
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"yarn": "^1.9.3",
"node": ">=8.9.0"
},
"version": "2.8.1",
"version": "2.8.2",
"keywords": [
"couchbase",
"libcouchbase",
Expand Down Expand Up @@ -48,4 +48,4 @@
"rebuild": "prebuild --compile",
"prebuild": "prebuild --verbose --strip"
}
}
}

0 comments on commit f3ca1b1

Please sign in to comment.