From c21f0ca4b7cd13a5e1c880f2468f795202ee22ff Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Mon, 15 Oct 2018 23:15:41 +0200 Subject: [PATCH] Use --no-install-recommends for travis install. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 755a0ba..61904b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,6 @@ compiler: before_install: - sudo add-apt-repository ppa:webkit-team/ppa -y - sudo apt-get update -q - - sudo apt-get install -y --allow-unauthenticated --no-install-suggests libwebkit2gtk-4.0-dev + - sudo apt-get install -y --allow-unauthenticated --no-install-recommends libwebkit2gtk-4.0-dev script: make options && make -j test -- 2.20.1