Add travis file

This commit is contained in:
Alan Garcia 2014-03-19 10:23:02 +00:00
parent d7e44f384f
commit 21fe04e7e5
2 changed files with 6 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
* text=auto !eol
/.svnignore -text
/.travis.yml -text
.tx/config -text
/CODING_CONVENTION.php -text
/COPYING -text

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: php
php:
- 5.5
- 5.4
- 5.3