HummingBirdAnimeClient/.travis.yml
Timothy J Warren 591d7bb4bc
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Attempt to do code coverage with less memory to begin with
2020-03-12 10:12:28 -04:00

24 lines
473 B
YAML

language: php
install:
- composer install --ignore-platform-reqs
php:
- 7.3
- 7.4
- nightly
script:
- mkdir -p build/logs
- phpdbg -qrr -- vendor/bin/phpunit -c build
after_script:
- CODECLIMATE_REPO_TOKEN=2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058 vendor/bin/test-reporter
matrix:
allow_failures:
- php: nightly
addons:
code_climate:
repo_token: 2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058