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