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.

28 lines
876 B

5 years ago
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
fast_finish: true
include:
5 years ago
- php: 7.2
5 years ago
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-stable'
5 years ago
- php: 7.3
5 years ago
env: LARAVEL='5.7.*' TESTBENCH='3.7.*' PHPENUM='1.*' PHPUNIT='7.*' COMPOSER_FLAGS='--prefer-lowest'
5 years ago
- php: 7.2
5 years ago
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' PHPENUM='1.*' PHPUNIT='8.*' COMPOSER_FLAGS='--prefer-stable'
5 years ago
- php: 7.3
5 years ago
env: LARAVEL='5.8.*' TESTBENCH='3.8.*' PHPENUM='1.*' PHPUNIT='8.*' COMPOSER_FLAGS='--prefer-lowest'
5 years ago
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