summaryrefslogtreecommitdiffstats
path: root/vendor/paypal/paypalhttp/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/paypal/paypalhttp/.travis.yml')
-rw-r--r--vendor/paypal/paypalhttp/.travis.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/paypal/paypalhttp/.travis.yml b/vendor/paypal/paypalhttp/.travis.yml
new file mode 100644
index 0000000..4fddbb9
--- /dev/null
+++ b/vendor/paypal/paypalhttp/.travis.yml
@@ -0,0 +1,16 @@
+sudo: false
+language: php
+php:
+- 5.6
+- 7.0
+- 7.1
+- hhvm
+matrix:
+ allow_failures:
+ - php: hhvm
+ fast_finish: true
+before_script:
+- composer self-update
+- composer install --dev
+script:
+- vendor/bin/phpunit