8000 Added mkdir /tmp/travis to Travis build config · symfony/symfony@d7f1884 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7f1884

Browse files
committed
Added mkdir /tmp/travis to Travis build config
< 8000 /div>
1 parent 9b212ff commit d7f1884

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ services: mongodb
3838

3939
before_install:
4040
- PHP=$TRAVIS_PHP_VERSION
41+
- mkdir /tmp/slapd
4142
- slapd -f src/Symfony/Component/Ldap/Tests/Fixtures/conf/slapd.conf -h ldap://localhost:3389 &
4243
# Matrix lines for intermediate PHP versions are skipped for pull requests
4344
- if [[ ! $deps && ! $PHP = ${MIN_PHP%.*} && $PHP != hhvm && $TRAVIS_PULL_REQUEST != false ]]; then deps=skip; skip=1; fi

0 commit comments

Comments
 (0)
0