summaryrefslogtreecommitdiff
path: root/vendor/mustache/mustache/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/mustache/mustache/.travis.yml')
-rw-r--r--vendor/mustache/mustache/.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/mustache/mustache/.travis.yml b/vendor/mustache/mustache/.travis.yml
new file mode 100644
index 0000000..e68b99c
--- /dev/null
+++ b/vendor/mustache/mustache/.travis.yml
@@ -0,0 +1,15 @@
+language: php
+
+php:
+ - 5.2
+ - 5.3
+ - 5.4
+ - 5.5
+ - 5.6
+ - 7.0
+ - hhvm
+
+script:
+ - phpunit
+
+sudo: false