Skip to content

Commit

Permalink
Merge pull request #15 from PBXg33k/feature/spotify
Browse files Browse the repository at this point in the history
meh
  • Loading branch information
PBXg33k committed Mar 28, 2017
2 parents 58045ac + 233a058 commit f5d56af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ install:
before_script:
- mkdir -p build/logs
- chmod +x bin/phpunit
- chmod +x bin/coveralls
script:
- bin/phpunit --coverage-clover build/logs/clover.xml
after_success:
- travis_retry php bin/coveralls -v
- travis_retry bin/coveralls -v
12 changes: 5 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
</testsuite>
</testsuites>
<filter>
<whitelist>
<whitelist>
<directory>./src/</directory>
<exclude>
<file>./src/MusicInfo</file>
</exclude>
</whitelist>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory>./src/</directory>
<exclude>
<file>./src/MusicInfo</file>
</exclude>
</whitelist>
</filter>
<logging>
Expand Down

0 comments on commit f5d56af

Please sign in to comment.