add travis.yml

This commit is contained in:
Uwe Tews
2015-05-10 22:57:17 +02:00
parent 79f1d70d97
commit 8d75f927aa

20
tests/.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
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
phpunit