diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:50:00 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 17:50:00 +0200 |
commit | 10dc5b58800ff21e6106f161e4320296ef308405 (patch) | |
tree | ea641a137d32825e68025e52c8506239a90315e6 | |
parent | e6e7312b1ea0e7b02d2b6c56d5fd14ea41232f80 (diff) |
Add bootstrap for autoload
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | build.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f82da592..9b984e95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ php: - 5.3 before_script: - - pear upgrade-all - composer self-update - composer install --prefer-source --dev - export PATH=./bin/:$PATH @@ -255,7 +255,7 @@ <target name="test" description="Running unit tests"> <delete dir="${build.test.dir}"/> <mkdir dir="${build.test.dir}"/> - <phpunit codecoverage="false" haltonfailure="false" haltonerror="false" printsummary="true"> + <phpunit codecoverage="false" haltonfailure="false" haltonerror="false" printsummary="true" bootstrap="./vendor/autoload.php"> <batchtest> <fileset dir="tests/unit"> <include name="**/*Test.php"/> |