ci(travis): remove .travis.yml config file

If we're switching to GitHub Actions, there's no need to keep the
Travis-CI config file around.
This commit is contained in:
2021-11-02 01:31:49 +00:00
committed by Fonata
parent 8cebcbd9bb
commit d5606f8b2a

View File

@@ -1,24 +0,0 @@
dist: trusty
language: php
dist: trusty
php:
- '7.4'
- '7.3'
- '7.2'
- '7.1'
before_install:
- composer update
script:
- composer validate
- vendor/bin/phpunit --version
- vendor/bin/phpunit --configuration tests/phpunit.xml
notifications:
email:
recipients:
- will.knauss@gmail.com
on_success: never
on_failure: always