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.

22 lines
363 B

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