From ea8b6c8ba8b965c7985e1a44d1cb49941819a708 Mon Sep 17 00:00:00 2001 From: Philip Date: Fri, 23 Jun 2017 10:43:24 +0200 Subject: [PATCH] [travis] use depreciated Trusty images - see also: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch - we may check this until September 1st --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a488112af..003a869f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,5 @@ install: script: - docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2" - pycodestyle --exclude=thirdparty,.git $PWD + +group: deprecated-2017Q2