You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
HummingBirdAnimeClient/.travis.yml

18 lines
220 B

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