X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=e99c1e6f26706acf14f56c61c71b10dac09e502a;hb=017e20895f6d731b2b8fd7cee0cd954eb7e96145;hp=35702a3e62180ee5c7e37b7d755088472f284690;hpb=03493be07555d2b8b0c4879baa5e2e039073520b;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 35702a3e..e99c1e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,18 @@ language: php + +php: + - 5.4 + - 5.5 + - 5.6 + branches: only: - - refactor \ No newline at end of file + - v2 + +before_script: + - composer self-update + - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + +script: + - ant -f app/build.xml prepare + - phpunit -c app --coverage-text