1 # Travis CI build configuration for MediaWiki
2 # <https://travis-ci.org/wikimedia/mediawiki-core>
4 # The Wikimedia Foundation uses a self-hosted Jenkins instance to run unit
5 # tests, but it tests code against the version of PHP that is deployed on
6 # Wikimedia's production cluster. This Travis CI configuration is designed to
7 # complement that setup by testing MediaWiki on travis
19 # Test changes in master and in Wikimedia's production branches.
25 - sudo apt-get install -qq djvulibre-bin tidy
26 - composer self-update --quiet --no-interaction
29 - composer install --prefer-source --quiet --no-interaction
31 php maintenance/install.php traviswiki admin
39 - php tests/phpunit/phpunit.php
45 - "chat.freenode.net#mediawiki-core"
46 - "chat.freenode.net#mediawiki-feed"