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
18 # Test changes in master and in Wikimedia's production branches.
24 - sudo apt-get install -qq djvulibre-bin tidy
25 - composer self-update --quiet --no-interaction
28 - composer install --prefer-source --quiet --no-interaction
30 php maintenance/install.php traviswiki admin
38 - php tests/phpunit/phpunit.php
44 - "chat.freenode.net#mediawiki-core"