From 710620e96a6fb4d5b3b098b4f5602b789a7c598b Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Tue, 21 Jan 2014 21:40:55 -0500 Subject: [PATCH 1/3] Trying all the paths. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee8e588..b1e1e98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,5 +37,6 @@ script: - phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendor/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests after_success: - - ls -al vendor/build/logs + - php vendor/bin/coveralls --config ../../.coveralls.yml -v - php vendor/bin/coveralls --config ../.coveralls.yml -v + - php vendor/bin/coveralls --config .coveralls.yml -v From 70a547cf6c1b0246328f2d3073e3da46745c118f Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Tue, 21 Jan 2014 21:51:59 -0500 Subject: [PATCH 2/3] Changed build/log directory --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b1e1e98..58c794c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,12 +31,10 @@ before_script: - echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - echo "zend_extension = /home/travis/build/joshtronic/pickles/vendor/php-test-helpers/modules/test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini - mysql test < tests/schema.sql - - mkdir -p vendor/build/logs + - mkdir -p build/logs script: - - phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/vendor/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests + - phpunit --colors --coverage-clover /home/travis/build/joshtronic/pickles/build/logs/clover.xml --bootstrap ./tests/bootstrap.php ./tests after_success: - - php vendor/bin/coveralls --config ../../.coveralls.yml -v - php vendor/bin/coveralls --config ../.coveralls.yml -v - - php vendor/bin/coveralls --config .coveralls.yml -v From 782bad5c021e703734e08936f26f4499f4fffa12 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Tue, 21 Jan 2014 22:05:49 -0500 Subject: [PATCH 3/3] Went back to versioneye Unsure why but Gemnasium kept showing that it was refreshing but never seemed to load the dependencies even though the file was read in correctly. Will check in a week, thinking perhaps they don't refresh nearly as frequently as I would have liked. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297dfc3..1dc107c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/joshtronic/pickles.png)](https://travis-ci.org/joshtronic/pickles) [![Coverage Status](https://coveralls.io/repos/joshtronic/pickles/badge.png)](https://coveralls.io/r/joshtronic/pickles) -[![Dependency Status](https://gemnasium.com/joshtronic/pickles.png)](https://gemnasium.com/joshtronic/pickles) +[![Dependency Status](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a/badge.png)](https://www.versioneye.com/user/projects/52d1bc1eec13751bde00002a) ## What is PICKLES?