Skip to content
This repository was archived by the owner on May 17, 2021. It is now read-only.

Commit 8c13d08

Browse files
authored
feat(ci): Integration test latest stable and unstable server releases (#167)
* feat(ci): Integration test latest stable and unstable server releases Thanks to mongodb-js/collection-sample#96 * debug travis * fixing python-gnomekeyring bionic change
1 parent 064768a commit 8c13d08

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
sudo: false
2-
dist: trusty
2+
dist: bionic
33
language: node_js
44
addons:
55
apt:
66
sources:
7-
- ubuntu-toolchain-r-test
7+
- sourceline: 'ppa:ubuntu-toolchain-r/test'
88
packages:
99
- libkrb5-dev
1010
- xvfb
1111
- libsecret-1-dev
12-
- gnome-keyring
13-
- python-gnomekeyring
1412
node_js:
1513
- 12.4.0
1614
env:
17-
- MONGODB_VERSION=4.0.0 MONGODB_TOPOLOGY=standalone
15+
- MONGODB_VERSION=stable MONGODB_TOPOLOGY=standalone
16+
- MONGODB_VERSION=unstable MONGODB_TOPOLOGY=standalone
1817
before_install:
1918
- npm i -g npm
2019
script:

0 commit comments

Comments
 (0)