library/smarty/.travis.yml
changeset 0 4869aea77e21
new file mode 100644
--- /dev/null
+++ b/library/smarty/.travis.yml
@@ -0,0 +1,18 @@
+language: php
+
+php:
+  - 5.3
+  - 5.4
+  - 5.5
+  - 5.6
+
+allow_failures:
+    - php: hhvm
+
+install:
+   - git clone --depth=50 --branch=master git://github.com/smarty-php/smarty-phpunit.git
+
+script:
+   - cd smarty-phpunit
+   - phpunit ./
+