We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f08f commit afd6d62Copy full SHA for afd6d62
.travis.yml
@@ -48,6 +48,7 @@ before_install:
48
- mongo-orchestration --version
49
- export MO_PATH=`python -c 'import mongo_orchestration; from os import path; print(path.dirname(mongo_orchestration.__file__));'`
50
- |
51
+ INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
52
# tpecl is a helper to compile and cache php extensions
53
tpecl () {
54
local ext_name=$1
0 commit comments