Skip to content

Commit

Permalink
fully specify directory
Browse files Browse the repository at this point in the history
  • Loading branch information
David Scotson committed Nov 9, 2012
1 parent 2f28357 commit bd92912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ before_script:
- pear channel-discover pear.symfony.com
- pear install pear.phpunit.de/DbUnit
- mv config-test.php config.php
- mkdir -m777 moodledata
- mkdir -p -m777 phpu/moodledata
- mkdir -m777 /home/travis/moodledata
- mkdir -p -m777 /home/travis/phpu/moodledata
- php admin/tool/phpunit/cli/init.php

0 comments on commit bd92912

Please sign in to comment.