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, 0 insertions, 15 deletions
diff --git a/vendor/mustache/mustache/.travis.yml b/vendor/mustache/mustache/.travis.yml
deleted file mode 100644
index e68b99c..0000000
--- a/vendor/mustache/mustache/.travis.yml
+++ /dev/null
@@ -1,15 +0,0 @@
-language: php
-
-php:
- - 5.2
- - 5.3
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - hhvm
-
-script:
- - phpunit
-
-sudo: false