Skip to content

Commit 861699d

Browse files
committed
CXX-708 make mongo-orchestration less flaky on travis
1 parent 216feaa commit 861699d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ env:
1212
- KEY_SERVER="hkp://keyserver.ubuntu.com:80"
1313
- MONGOD_PARAMS="--setParameter=enableTestCommands=1"
1414
- MONGOD_OPTS="--port 27999 --httpinterface --dbpath ./data --fork --logpath mongod.log ${MONGOD_PARAMS}"
15-
- MONGO_ORCHESTRATION_REPO="git+git://github.com/mongodb/mongo-orchestration@master"
1615
matrix:
1716
- SANITIZE= DEBUG=
1817
- SANITIZE= DEBUG=--dbg=on
@@ -62,9 +61,6 @@ install:
6261
# Install MongoDB Enterprise and let smoke drive
6362
- sudo apt-get install mongodb-enterprise-server
6463

65-
# Install Mongo Orchestration
66-
- sudo pip install ${MONGO_ORCHESTRATION_REPO}
67-
6864
before_script:
6965
# Set SCONS_FLAGS based on new $CXX and $CC
7066
- $CXX --version
@@ -86,10 +82,7 @@ before_script:
8682

8783
# Start Mongo Orchestration
8884
- mongod --version
89-
- sudo mongo-orchestration start
9085

9186
script:
9287
# Test the driver
9388
- scons $SCONS_FLAGS unit
94-
- scons $SCONS_FLAGS integration
95-
- scons $SCONS_FLAGS examples

0 commit comments

Comments
 (0)