library/smarty/.travis.yml
changeset 46 f11c31f7fa3e
parent 45 a56e7f9a0463
child 47 03388ec805b4
deleted file mode 100644
--- a/library/smarty/.travis.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-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 ./
-