diff --git a/.gitattributes b/.gitattributes index 30c14cf7..24120ce7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ * text=auto !eol /.svnignore -text +/.travis.yml -text .tx/config -text /CODING_CONVENTION.php -text /COPYING -text diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..23902b4d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: php +php: + - 5.5 + - 5.4 + - 5.3