diff --git a/.travis.yml b/.travis.yml index 1ec4b2b17c..313e3bd0fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: script: - ./tests/_data/db.sh - php vendor/bin/codecept build - - php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv + - php vendor/bin/codecept run --coverage --coverage-xml --debug -vvv --no-exit after_script: - cp -v tests/_output/coverage.xml build/logs/clover.xml diff --git a/composer.lock b/composer.lock index efb1fc3403..1047058260 100644 --- a/composer.lock +++ b/composer.lock @@ -748,16 +748,15 @@ "source": { "type": "git", "url": "https://github.com/JC5/gchart.git", - "reference": "8481daeb6621178ebbabb5355d6ec88a77c697dc" + "reference": "0cbefaf7ea75f4ce23791d9764787f3b617208dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/JC5/gchart/zipball/8481daeb6621178ebbabb5355d6ec88a77c697dc", - "reference": "8481daeb6621178ebbabb5355d6ec88a77c697dc", + "url": "https://api.github.com/repos/JC5/gchart/zipball/0cbefaf7ea75f4ce23791d9764787f3b617208dd", + "reference": "0cbefaf7ea75f4ce23791d9764787f3b617208dd", "shasum": "" }, "require": { - "illuminate/support": "@stable", "php": ">=5.3.0" }, "type": "library", @@ -777,7 +776,7 @@ } ], "description": "GChart is a small package that allows you to easily generate data for the Google Charts API.", - "time": "2015-02-04 19:24:04" + "time": "2015-02-08 00:18:35" }, { "name": "illuminate/html",