summaryrefslogtreecommitdiff
path: root/vendor/christian-riesen/otp/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/christian-riesen/otp/.travis.yml')
-rw-r--r--vendor/christian-riesen/otp/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/christian-riesen/otp/.travis.yml b/vendor/christian-riesen/otp/.travis.yml
new file mode 100644
index 00000000..b863299e
--- /dev/null
+++ b/vendor/christian-riesen/otp/.travis.yml
@@ -0,0 +1,11 @@
+language: php
+
+php:
+ - 5.3
+ - 5.4
+ - 5.5
+ - 5.6
+ - 7.0
+
+script: phpunit
+