Security update for Core, with self-updated composer
[yaffs-website] / vendor / stack / builder / .travis.yml
diff --git a/vendor/stack/builder/.travis.yml b/vendor/stack/builder/.travis.yml
new file mode 100644 (file)
index 0000000..f9197a7
--- /dev/null
@@ -0,0 +1,20 @@
+language: php
+
+php:
+  - 5.3.3
+  - 5.3
+  - 5.4
+  - 5.5
+  - 5.6
+  - 7.0
+  - hhvm
+
+before_script:
+  - composer install --no-interaction --prefer-source
+
+script: phpunit --coverage-text
+
+matrix:
+  allow_failures:
+    - php: hhvm
+  fast_finish: true