From a3ab82f475eb5c5dc804c224ea07dd05b6837ee7 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Fri, 27 Oct 2017 11:20:25 +0200 Subject: [PATCH] CI: drop silly workarounds now service is restored. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7e737600..cb5b6daaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ notifications: - "chat.freenode.net#calamares" install: - - travis_wait 30 docker build -t calamares . + - docker build -t calamares . script: - docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2 && make install DESTDIR=/build/INSTALL_ROOT"