X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=e99c1e6f26706acf14f56c61c71b10dac09e502a;hb=017e20895f6d731b2b8fd7cee0cd954eb7e96145;hp=2971c5b9e8ba4cbf636465375ad2808570df56c2;hpb=367664ee87cbfb1bb318f71af84eb84cdbc11555;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 2971c5b9..e99c1e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +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