Yaffs site version 1.1
[yaffs-website] / vendor / j7mbo / twitter-api-php / .travis.yml
diff --git a/vendor/j7mbo/twitter-api-php/.travis.yml b/vendor/j7mbo/twitter-api-php/.travis.yml
new file mode 100644 (file)
index 0000000..abac424
--- /dev/null
@@ -0,0 +1,12 @@
+language: php
+php:
+  - "5.3"
+
+before_install:
+  - composer self-update
+
+before_script:
+  - composer install
+
+script:
+  - phpunit --configuration phpunit.xml
\ No newline at end of file