From 1889a8db9b2548d2970b1a607fe49ee1f1b39c01 Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 22 Nov 2018 00:14:04 +0100 Subject: [PATCH] Switch distro for testing. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61904b7..cede8f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ branches: gh-pages language: c -dist: trusty +dist: xenial sudo: required compiler: @@ -11,7 +11,6 @@ compiler: - clang 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-recommends libwebkit2gtk-4.0-dev -- 2.20.1