Skip to content

Commit 717a52b

Browse files
committed
Test against stable and upcoming driver releases
1 parent f2ddea4 commit 717a52b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.travis.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ cache:
2323
env:
2424
global:
2525
- DRIVER_VERSION=1.7.0
26-
# TODO: remove once a 1.7 driver release has been tagged
27-
- DRIVER_BRANCH="master"
2826
- SERVER_DISTRO=enterprise-ubuntu1604
2927
- SERVER_VERSION=4.2.0
3028
- DEPLOYMENT=STANDALONE
@@ -122,19 +120,17 @@ jobs:
122120
env:
123121
- DEPLOYMENT=SHARDED_CLUSTER_RS
124122

125-
# TODO: re-enable once v1.7 has been branched in PHPC
126123
# Test next patch release for driver
127-
# - stage: Test
128-
# php: "7.3"
129-
# env:
130-
# - DRIVER_BRANCH="v1.7"
124+
- stage: Test
125+
php: "7.3"
126+
env:
127+
- DRIVER_BRANCH="v1.7"
131128

132-
# TODO: re-enable once v1.7 has been branched in PHPC
133129
# Test next minor release for driver
134-
# - stage: Test
135-
# php: "7.3"
136-
# env:
137-
# - DRIVER_BRANCH="master"
130+
- stage: Test
131+
php: "7.3"
132+
env:
133+
- DRIVER_BRANCH="master"
138134

139135
before_install:
140136
- pip install "mongo-orchestration>=0.6.7,<1.0" --user `whoami`

0 commit comments

Comments
 (0)