installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
27
wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml
vendored
Normal file
27
wp-content/plugins/w3-total-cache/vendor/aws/aws-php-sns-message-validator/.travis.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
dist: trusty
|
||||
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 7.2
|
||||
- 7.3
|
||||
- hhvm
|
||||
- nightly
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
- php: nightly
|
||||
|
||||
sudo: false
|
||||
dist: trusty
|
||||
|
||||
install:
|
||||
- travis_retry composer update --no-interaction --prefer-dist
|
||||
|
||||
script: vendor/bin/phpunit
|
Reference in New Issue
Block a user