HummingBirdAnimeClient/.travis.yml
Timothy J. Warren f9850be35c
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Lots of little code fixes, hides notices shown on PHP 8.1
2021-12-02 16:06:34 -05:00

18 lines
220 B
YAML

language: php
install:
- composer install --ignore-platform-reqs
php:
- 8.0
- 8.1
- nightly
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c build
#matrix:
# allow_failures:
# - php: nightly