https://github.com/tomkyle/test-ci-configs
Package to trying CI configurations
https://github.com/tomkyle/test-ci-configs
Last synced: 12 months ago
JSON representation
Package to trying CI configurations
- Host: GitHub
- URL: https://github.com/tomkyle/test-ci-configs
- Owner: tomkyle
- License: mit
- Created: 2021-01-23T08:52:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T10:27:05.000Z (over 4 years ago)
- Last Synced: 2025-06-05T08:10:35.021Z (about 1 year ago)
- Language: PHP
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Testing CI config
Trying to improve development practices that have, well, aged.
## CI Links
### Travis CI
https://travis-ci.com/github/tomkyle/test-ci-configs
[](https://travis-ci.org/tomkyle/test-ci-configs)
### Scrutinizer
https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/inspections
[](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)
[](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)
[](https://scrutinizer-ci.com/g/tomkyle/test-ci-configs/)
### Coveralls
https://coveralls.io/github/tomkyle/test-ci-configs
## Unit tests and development
1. Copy `phpunit.xml.dist` to `phpunit.xml`
2. Run [PhpUnit](https://phpunit.de/) like this:
```bash
$ composer test
# or
$ vendor/bin/phpunit
```