From 5963632a99669bc130779460c493f3f32cda2f4c Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 10 May 2015 21:05:54 +0200 Subject: [PATCH] add .travis.yml --- .travis.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .travis.yml 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