X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=1d90a7489b738ed7351f5ca2a3a4a58c7b2ece7b;hb=71691fe44a7b2a80f3b9d96d54720cce7994ad08;hp=e74c42357ec372bc0238ad60d679feaa95c5eeab;hpb=3d99ce9dadca82765832ab669dabc22c554fd78e;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index e74c4235..1d90a748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,18 @@ +language: php + +php: + - 5.4 + - 5.5 + - 5.6 + branches: only: - - refactor \ No newline at end of file + - refactor + +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