Handle Appstore server-to-server notifications in Laravel or Lumen projects for auto-renewable subscriptions
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.

21 lines
363 B

language: php
php:
- 7.2
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
before_install:
- travis_retry composer self-update
- travis_retry composer require --no-update --no-interaction
install:
- travis_retry composer update --prefer-dist --no-interaction --no-suggest
script:
- vendor/bin/phpunit