Skip to content

Commit 1ea8800

Browse files
committed
COMPASS-2856: Updates for out
1 parent 78ed5eb commit 1ea8800

File tree

4 files changed

+3757
-3744
lines changed

4 files changed

+3757
-3744
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,8 @@ tasks:
356356
working_dir: src
357357
script: |
358358
set -ev
359-
yum localinstall -y http://mirror.centos.org/centos/7/os/x86_64/Packages/glib2-devel-2.50.3-3.el7.x86_64.rpm
359+
yum localinstall -y http://mirror.centos.org/centos/7/os/x86_64/Packages/glib2-2.54.2-2.el7.x86_64.rpm
360+
yum localinstall -y http://mirror.centos.org/centos/7/os/x86_64/Packages/glib2-devel-2.54.2-2.el7.x86_64.rpm
360361
yum localinstall -y http://mirror.centos.org/centos/7/os/x86_64/Packages/libsecret-0.18.5-2.el7.x86_64.rpm
361362
yum localinstall -y http://mirror.centos.org/centos/7/os/x86_64/Packages/libsecret-devel-0.18.5-2.el7.x86_64.rpm
362363
variants:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sudo: false
22
dist: trusty
33
language: node_js
44
node_js:
5-
- 8.2.1
5+
- 8.9.3
66
env:
77
matrix:
88
- MONGODB_VERSION=3.4.x MONGODB_TOPOLOGY=standalone

0 commit comments

Comments
 (0)