Skip to content

Commit

Permalink
CXX-708 make mongo-orchestration less flaky on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
amidvidy committed Oct 16, 2015
1 parent 216feaa commit 861699d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ env:
- KEY_SERVER="hkp://keyserver.ubuntu.com:80"
- MONGOD_PARAMS="--setParameter=enableTestCommands=1"
- MONGOD_OPTS="--port 27999 --httpinterface --dbpath ./data --fork --logpath mongod.log ${MONGOD_PARAMS}"
- MONGO_ORCHESTRATION_REPO="git+git://github.com/mongodb/mongo-orchestration@master"
matrix:
- SANITIZE= DEBUG=
- SANITIZE= DEBUG=--dbg=on
Expand Down Expand Up @@ -62,9 +61,6 @@ install:
# Install MongoDB Enterprise and let smoke drive
- sudo apt-get install mongodb-enterprise-server

# Install Mongo Orchestration
- sudo pip install ${MONGO_ORCHESTRATION_REPO}

before_script:
# Set SCONS_FLAGS based on new $CXX and $CC
- $CXX --version
Expand All @@ -86,10 +82,7 @@ before_script:

# Start Mongo Orchestration
- mongod --version
- sudo mongo-orchestration start

script:
# Test the driver
- scons $SCONS_FLAGS unit
- scons $SCONS_FLAGS integration
- scons $SCONS_FLAGS examples

0 comments on commit 861699d

Please sign in to comment.