Updated project name

This commit is contained in:
Josh Sherman 2014-10-03 11:06:16 -04:00
parent ae98b67683
commit 2df1a5a162
4 changed files with 12 additions and 11 deletions

View file

@ -32,7 +32,7 @@ before_script:
- phpenv rehash
script:
- phpunit --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml
- phpunit --coverage-clover /home/travis/build/picklesphp/pickles/build/logs/clover.xml
after_success:
- php vendor/bin/coveralls --config ../.coveralls.yml -v