Security update for Core, with self-updated composer
[yaffs-website] / vendor / dflydev / dot-access-configuration / .travis.yml
diff --git a/vendor/dflydev/dot-access-configuration/.travis.yml b/vendor/dflydev/dot-access-configuration/.travis.yml
new file mode 100644 (file)
index 0000000..c39d98b
--- /dev/null
@@ -0,0 +1,12 @@
+language: php
+
+php:
+  - 5.3.3
+  - 5.3
+  - 5.4
+
+before_script:
+  - wget -nc http://getcomposer.org/composer.phar
+  - php composer.phar install --dev
+
+script: phpunit --coverage-text --verbose