summaryrefslogtreecommitdiff
path: root/vendor/lusitanian/oauth/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/lusitanian/oauth/.travis.yml')
-rw-r--r--vendor/lusitanian/oauth/.travis.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/lusitanian/oauth/.travis.yml b/vendor/lusitanian/oauth/.travis.yml
new file mode 100644
index 00000000..fe927478
--- /dev/null
+++ b/vendor/lusitanian/oauth/.travis.yml
@@ -0,0 +1,22 @@
+language: php
+
+php:
+ - 5.3
+ - 5.4
+ - 5.5
+ - 5.6
+ - hhvm
+
+matrix:
+ allow_failures:
+ - php: hhvm
+
+before_script:
+ - composer self-update
+ - composer install
+ - pyrus install pear/PHP_CodeSniffer
+ - phpenv rehash
+
+script:
+ - phpcs --standard=psr2 src/
+ - phpunit --coverage-text