No exit is kind of cheating.

This commit is contained in:
James Cole 2015-02-08 09:35:09 +01:00
parent 434b4ded4a
commit e864f5507a
2 changed files with 5 additions and 6 deletions

View File

@ -17,7 +17,7 @@ install:
script: script:
- ./tests/_data/db.sh - ./tests/_data/db.sh
- php vendor/bin/codecept build - 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: after_script:
- cp -v tests/_output/coverage.xml build/logs/clover.xml - cp -v tests/_output/coverage.xml build/logs/clover.xml

9
composer.lock generated
View File

@ -748,16 +748,15 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JC5/gchart.git", "url": "https://github.com/JC5/gchart.git",
"reference": "8481daeb6621178ebbabb5355d6ec88a77c697dc" "reference": "0cbefaf7ea75f4ce23791d9764787f3b617208dd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JC5/gchart/zipball/8481daeb6621178ebbabb5355d6ec88a77c697dc", "url": "https://api.github.com/repos/JC5/gchart/zipball/0cbefaf7ea75f4ce23791d9764787f3b617208dd",
"reference": "8481daeb6621178ebbabb5355d6ec88a77c697dc", "reference": "0cbefaf7ea75f4ce23791d9764787f3b617208dd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "@stable",
"php": ">=5.3.0" "php": ">=5.3.0"
}, },
"type": "library", "type": "library",
@ -777,7 +776,7 @@
} }
], ],
"description": "GChart is a small package that allows you to easily generate data for the Google Charts API.", "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", "name": "illuminate/html",