aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/stephenhill/base58/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stephenhill/base58/.travis.yml')
-rw-r--r--vendor/stephenhill/base58/.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/stephenhill/base58/.travis.yml b/vendor/stephenhill/base58/.travis.yml
new file mode 100644
index 000000000..3e995f336
--- /dev/null
+++ b/vendor/stephenhill/base58/.travis.yml
@@ -0,0 +1,15 @@
+language: php
+
+before_script:
+ - composer install
+
+php:
+ - 5.3
+ - 5.4
+ - 5.5
+ - 5.6
+ - 7
+ - 7.1
+ - hhvm
+
+script: bin/phpunit