diff --git a/.travis.yml b/.travis.yml index 6cad32c..27a8e68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,13 +26,15 @@ script: - if [[ $coverage == 'phpunit' ]]; then sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini; fi; - php -d 'xdebug.max_nesting_level=500' bin/phpunit - if [[ $coverage == 'phpunit' ]]; then sed -i 's/^/;/' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini; fi; - - if [[ $coverage == 'phpunit' ]]; then php bin/coveralls -v; fi; - - if [[ $coverage == 'phpunit' ]]; then php bin/test-reporter -v; fi; - if [[ $coverage == 'phpspec' ]]; then sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini; fi; - ./bin/phpspec run --no-interaction - if [[ $coverage == 'phpspec' ]]; then sed -i 's/^/;/' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini; fi; - - if [[ $coverage == 'phpspec' ]]; then php bin/coveralls -v; fi; - - if [[ $coverage == 'phpspec' ]]; then php bin/test-reporter -v; fi; - ant php-cs-fixer-check-task - ant phpcs-task - ant phpmd-task + +after_script: + - if [[ $coverage == 'phpunit' ]]; then php bin/coveralls -v; fi; + - if [[ $coverage == 'phpunit' ]]; then php bin/test-reporter -v; fi; + - if [[ $coverage == 'phpspec' ]]; then php bin/coveralls -v; fi; + - if [[ $coverage == 'phpspec' ]]; then php bin/test-reporter -v; fi; \ No newline at end of file diff --git a/composer.lock b/composer.lock index 401dbd0..c19e891 100644 --- a/composer.lock +++ b/composer.lock @@ -9,16 +9,16 @@ "packages": [ { "name": "devboard/github-core", - "version": "0.1.7", + "version": "0.1.12", "source": { "type": "git", "url": "https://github.com/devboard/github-core.git", - "reference": "20cc66b836352d644919cd2c0c817ce08e348f8a" + "reference": "5da4b2202affad4b00923d8ba1e3de6b35f8d35e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/devboard/github-core/zipball/20cc66b836352d644919cd2c0c817ce08e348f8a", - "reference": "20cc66b836352d644919cd2c0c817ce08e348f8a", + "url": "https://api.github.com/repos/devboard/github-core/zipball/5da4b2202affad4b00923d8ba1e3de6b35f8d35e", + "reference": "5da4b2202affad4b00923d8ba1e3de6b35f8d35e", "shasum": "" }, "require": { @@ -26,7 +26,7 @@ }, "require-dev": { "ciaranmcnulty/phpspec-typehintedmethods": "~1.1", - "codeclimate/php-test-reporter": "@dev", + "codeclimate/php-test-reporter": "^0.3", "coduo/phpspec-data-provider-extension": "^1.0", "fabpot/php-cs-fixer": "~1.5", "henrikbjorn/phpspec-code-coverage": "~2.0", @@ -35,7 +35,7 @@ "phpspec/phpspec": "~2.0", "phpunit/phpunit": "~4", "rmiller/exemplify-extension": "~0.2", - "satooshi/php-coveralls": "0.6.*", + "satooshi/php-coveralls": "^1", "squizlabs/php_codesniffer": "2.*", "vinkla/climb": "^0.8.0" }, @@ -52,7 +52,7 @@ "proprietary" ], "description": "Github Core", - "time": "2016-02-13 19:08:09" + "time": "2016-02-21 11:15:59" }, { "name": "guzzle/guzzle", diff --git a/phpunit.xml b/phpunit.xml index 6ff4906..dd04798 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -30,7 +30,6 @@ src - tests