HummingBirdAnimeClient/.travis.yml
Timothy J Warren d10e930a6b
All checks were successful
timw4mail/HummingBirdAnimeClient/develop This commit looks good
Remove php 7.4 version in travis config that doesn't exist yet
2019-08-16 10:35:59 -04:00

27 lines
506 B
YAML

language: php
install:
- composer install --ignore-platform-reqs
php:
- 7.1
- 7.2
- 7.3
- hhvm
- 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
- php: hhvm
addons:
code_climate:
repo_token: 2cbddcebcb9256b3402867282e119dbe61de0b31039325356af3c7d72ed6d058