Skip to content

Commit 0e686fd

Browse files
committed
Remove old Mongo Orchestration artifacts
These lines were originally added before 1.0 when a local Mongo Orchestration process was used to create the test environments (see: PHPC-128).
1 parent 16fe17c commit 0e686fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ env:
1313
global:
1414
- TEST_PHP_ARGS="-q -s output.txt -g XFAIL,FAIL,BORK,WARN,LEAK,SKIP -x --show-diff"
1515
- REPORT_EXIT_STATUS=1
16-
- MONGODB_ORCHESTRATION="http://localhost:8889"
17-
- MONGODB_ORCHESTRATION_REPO="git+git://github.com/mongodb/mongo-orchestration@master"
18-
- MONGODB_ORCHESTRATION_PRESETS_ROOT=`pwd`
1916
- secure: "Dofd9NvXIKEat1PMiia3RQgNsJLaKtzZRf9rM4MsqFaBQPbJmVWPANJkayJPcK+l8pLxHyzzH7WqxML+SlBhBTHdJB++1woXxoVwm+sDdwSye6e+eXc3/zRUxb7zyItBZcvVp2tIJpx5kXJb+CoUQakbfWEQQFk4xrOF0R56+8Y="
2017

2118
before_install:
2219
- sudo pip install --upgrade cpp-coveralls
23-
- sudo pip install ${MONGODB_ORCHESTRATION_REPO}
2420
- sudo apt-get update
2521
- sudo apt-get install gdb valgrind
2622
- sudo apt-get install cdbs debhelper build-essential python-lxml

0 commit comments

Comments
 (0)