diff --git a/.travis.yml b/.travis.yml index 6d6455a..6b5107a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,3 +7,5 @@ php: install: - composer install + +after_script: bash <(curl -s https://codecov.io/bash) diff --git a/composer.lock b/composer.lock index 4945f8d..4739471 100644 --- a/composer.lock +++ b/composer.lock @@ -1135,16 +1135,16 @@ }, { "name": "sebastian/resource-operations", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", - "reference": "0f9911fea026d9737c9b357ddda0916ea3beaf1d" + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f9911fea026d9737c9b357ddda0916ea3beaf1d", - "reference": "0f9911fea026d9737c9b357ddda0916ea3beaf1d", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", + "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { @@ -1173,7 +1173,7 @@ ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", - "time": "2018-05-15T05:53:02+00:00" + "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", @@ -1282,12 +1282,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "84fa64edb72e90a5421391f0c5206b4c90788750" + "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/84fa64edb72e90a5421391f0c5206b4c90788750", - "reference": "84fa64edb72e90a5421391f0c5206b4c90788750", + "url": "https://api.github.com/repos/symfony/yaml/zipball/61973ecda60e9f3561e929e19c07d4878b960fc1", + "reference": "61973ecda60e9f3561e929e19c07d4878b960fc1", "shasum": "" }, "require": { @@ -1333,7 +1333,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2018-09-02T17:11:59+00:00" + "time": "2018-09-24T08:15:45+00:00" }, { "name": "webmozart/assert", diff --git a/phpunit.xml b/phpunit.xml index 6106280..d7640dc 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,14 +1,5 @@ - + ./tests/ @@ -19,4 +10,7 @@ src + + +