Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 2, 2015
1 parent e6a918e commit 4c1d828
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -38,7 +38,6 @@ before_script:
- pear install channel://pear.horde.org/Horde_Role
- ./framework/bin/pear_batch_install
- psql -c 'create database test;' -U postgres
- mkdir /tmp/slapd
- ldapadd -Y EXTERNAL -H ldapi:/// -f test/Horde/Ldap/fixtures/db.ldif
- ldapadd -D cn=admin,dc=horde,dc=org -w test -f test/Horde/Ldap/fixtures/base.ldif
- ldapadd -Y EXTERNAL -H ldapi:/// -f framework/Ldap/test/Horde/Ldap/fixtures/db.ldif
- ldapadd -D cn=admin,dc=horde,dc=org -w test -f framework/Ldap/test/Horde/Ldap/fixtures/base.ldif
script: ./framework/bin/test_framework

0 comments on commit 4c1d828

Please sign in to comment.