add .travis.yml

This commit is contained in:
Uwe Tews
2015-05-10 21:05:54 +02:00
parent 3836cafd90
commit 5963632a99

20
.travis.yml Normal file
View File

@@ -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