X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=.travis.yml;h=5e2c7a00db91cd3a00ffd1ff503faabc2cf80d23;hb=7f505be05b21cf829eaebaea227ab46d4c6a02f4;hp=f2cb40edeab8f89728cce597bdb3366267f536ff;hpb=bcd14194dd932df31600a37f0a65d873b5b63420;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index f2cb40edea..5e2c7a00db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ language: php # - Package 'djvulibre-bin' is not yet whitelisted for trusty containers. # https://github.com/travis-ci/apt-package-whitelist/issues/4036 sudo: required -group: edge # Use Trusty instead of Travis default (precise) # - Required in order to use HHVM 3.6 or higher. # - Required for non-buggy xml library for XmlTypeCheck/UploadBaseTest (T75176). @@ -45,9 +44,11 @@ branches: - master - /^travis-ci\/.*$/ -before_install: - - sudo apt-get install -qq djvulibre-bin tidy - - composer self-update --quiet --no-interaction +addons: + apt: + packages: + - djvulibre-bin + - tidy before_script: - composer install --prefer-source --quiet --no-interaction