diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000000..c32d99fd5b --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: php + +php: + - 5.3 + - 5.4 + +before_script: php vendors.php diff --git a/README.md b/README.md index 9e49f11a73..cb4e46f110 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ README ====== +[![Build Status](https://secure.travis-ci.org/pborreli/symfony.png)](http://travis-ci.org/pborreli/symfony) + + What is Symfony2? -----------------