Skip to content

Commit 29a8876

Browse files
committed
Remove MO_PATH definition
This was originally added in 0e8cf55 but should have been removed in 3678fa5.
1 parent dcd472b commit 29a8876

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ before_install:
8484
- export PATH=${PWD}/${SERVER_FILENAME}/bin:${PATH}
8585
- mongod --version
8686
- mongo-orchestration --version
87-
- export MO_PATH=`python -c 'import mongo_orchestration; from os import path;
88-
print(path.dirname(mongo_orchestration.__file__));'`
8987
- php -r 'if ( ! ($f = php_ini_loaded_file())) { $f = PHP_CONFIG_FILE_PATH . "/php.ini"; } file_put_contents($f, "variables_order=EGPCS\n", FILE_APPEND); $a = file($f, FILE_IGNORE_NEW_LINES); var_dump($a[count($a)-1]);'
9088

9189
before_script:

0 commit comments

Comments
 (0)