X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=1d90a7489b738ed7351f5ca2a3a4a58c7b2ece7b;hb=c3235553ddc2bb5965f6fe00e750cfe4aac9ccdf;hp=9d6ba1321a338e3366cd056915f66cc0845c6de7;hpb=9a8b4ff4edf84d7df60de1b6fd1e493b59f88273;p=github%2Fwallabag%2Fwallabag.git diff --git a/.travis.yml b/.travis.yml index 9d6ba132..1d90a748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,14 +2,17 @@ language: php php: - 5.4 + - 5.5 + - 5.6 branches: only: - - dev + - refactor before_script: - - composer install + - composer self-update + - echo 'date.timezone = "Europe/Paris"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini -notifications: - email: - - nicolas.loeuillet@gmail.com \ No newline at end of file +script: + - ant -f app/build.xml prepare + - phpunit -c app --coverage-text