Skip to content

Commit

Permalink
install package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 12, 2015
1 parent 7910039 commit 3d5ab3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -9,9 +9,11 @@ php:

before_script:
- chmod 777 Tests/tmp
- pear upgrade
- pear config-set preferred_state alpha
- pear install pear/MP3_Id
- pear install pear/MP3_IDv2
- pear install package.xml

script: phpunit --configuration phpunit.xml

Expand Down
2 changes: 1 addition & 1 deletion Tests/bootstrap.php
@@ -1,3 +1,3 @@
<?php
error_reporting(E_ALL & ~E_STRICT); // fix PEAR::isError
set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/../');
//set_include_path(get_include_path() . PATH_SEPARATOR . dirname(__FILE__) . '/../');

0 comments on commit 3d5ab3e

Please sign in to comment.