summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPhilip <philm@manjaro.org>2017-06-23 10:43:24 +0200
committerPhilip <philm@manjaro.org>2017-06-23 10:43:24 +0200
commitea8b6c8ba8b965c7985e1a44d1cb49941819a708 (patch)
tree07698bef0827adbc3bd2e54cc2623a75bdfa27f1 /.travis.yml
parent849edba14cfc626c4e991229ca2b656b6121e08f (diff)
[travis] use depreciated Trusty imagesv3.1.1
- see also: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch - we may check this until September 1st
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
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