Skip to content

Commit dacec1a

Browse files
committed
Update Travis to test with 1.2.0 driver
1 parent eee864a commit dacec1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ env:
1313
- MONGO_REPO_TYPE="precise/mongodb-enterprise/"
1414
- SOURCES_LOC="/etc/apt/sources.list.d/mongodb.list"
1515
matrix:
16-
- DRIVER_VERSION=1.2.0alpha3 SERVER_VERSION=2.6
17-
- DRIVER_VERSION=1.2.0alpha3 SERVER_VERSION=3.0
18-
- DRIVER_VERSION=1.2.0alpha3 SERVER_VERSION=3.2
16+
- DRIVER_VERSION=1.2.0 SERVER_VERSION=2.6
17+
- DRIVER_VERSION=1.2.0 SERVER_VERSION=3.0
18+
- DRIVER_VERSION=1.2.0 SERVER_VERSION=3.2
1919

2020
matrix:
2121
fast_finish: true
2222
include:
2323
- php: 7.0
24-
env: DRIVER_VERSION=1.2.0alpha3 SERVER_VERSION=2.4
24+
env: DRIVER_VERSION=1.2.0 SERVER_VERSION=2.4
2525
- php: 7.0
2626
env: DRIVER_VERSION=devel SERVER_VERSION=3.2
2727
exclude:

0 commit comments

Comments
 (0)