diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..a62cb7be4 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: php +script: phpunit + +php: + - 5.3 + - 5.4 + +before_install: + - composer install + +branches: + only: + - michelangelo