diff --git a/tests/.travis.yml b/tests/.travis.yml deleted file mode 100644 index 180f310a..00000000 --- a/tests/.travis.yml +++ /dev/null @@ -1,20 +0,0 @@ -language: php - -php: - - 5.3 - - 5.4 - - 5.5 - - 5.6 - - hhvm - - nightly - - hhvm-nightly - -allow_failures: - - php: nightly - - php: hhvm-nightly - -install: - - composer require smarty/smarty:3.1.*@dev - - -script: phpunit \ No newline at end of file