X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=travis%2Ftravis-base-ubuntu-386.Dockerfile;h=82e5ca29b9c09d29b884c41e2377b4feb2cbd3da;hb=1847938d4eeba98260cc79ca45a11a134274c2ea;hp=65f123c88a379f18ab0c7f474d62ccde5fc027fb;hpb=23ee16077a7e419ec6fc2c995d6e8f273a8238ca;p=i3%2Fi3 diff --git a/travis/travis-base-ubuntu-386.Dockerfile b/travis/travis-base-ubuntu-386.Dockerfile index 65f123c8..82e5ca29 100644 --- a/travis/travis-base-ubuntu-386.Dockerfile +++ b/travis/travis-base-ubuntu-386.Dockerfile @@ -13,12 +13,12 @@ RUN echo 'APT::Acquire::Retries "5";' > /etc/apt/apt.conf.d/80retry # (3608 kB/s)). Hence, let’s stick with httpredir.debian.org (default) for now. # Install mk-build-deps (for installing the i3 build dependencies), -# clang and clang-format-3.5 (for checking formatting and building with clang), +# clang and clang-format-4.0 (for checking formatting and building with clang), # lintian (for checking spelling errors), RUN linux32 apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ dpkg-dev devscripts git equivs \ - clang clang-format-3.5 \ + clang clang-format-4.0 \ lintian && \ rm -rf /var/lib/apt/lists/*