Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Commit c1a3f71

Browse files
authored
Merge pull request #342 from cloudant/use-latest-nano
Use latest nano
2 parents 371e1d9 + 1ec30ae commit c1a3f71

File tree

15 files changed

+951
-1107
lines changed

15 files changed

+951
-1107
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ branches:
66
- rewrite
77
node_js:
88
- "node"
9+
- "10"
910
- "8"
10-
- "6"
1111
os:
1212
- linux
1313
before_install:

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 3.0.0 UNRELEASED
2+
- [FIXED] Expose `BasePlugin` type in Cloudant client.
3+
- [REMOVED] Remove nodejs-cloudant TypeScript type definitions for
4+
`db.search`. These definitions are now imported directly from Nano.
5+
- [UPGRADED] Using nano==7.1.1 dependency.
6+
17
# 2.4.1 (2018-11-12)
28
- [FIXED] Don't override `plugins` array when instantiating a new client using VCAP.
39

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ stage('Build') {
7474

7575
stage('QA') {
7676
parallel([
77-
Node6x : {
78-
// 6.x LTS
79-
setupNodeAndTest('lts/boron')
80-
},
8177
Node8x : {
8278
//8.x LTS
8379
setupNodeAndTest('lts/carbon')
8480
},
81+
Node10x : {
82+
//10.x LTS
83+
setupNodeAndTest('lts/dubnium')
84+
},
8585
Node : {
8686
// Current
8787
setupNodeAndTest('node')

0 commit comments

Comments
 (0)