From c9828b9ec1ce3a47e79f292353ed23c059d7aa9f Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Fri, 8 Nov 2019 12:15:40 +0100 Subject: [PATCH] Update PPA to new official location --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a680b3f..c3de350 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ language: R cache: packages before_install: - - sudo add-apt-repository ppa:opencpu/poppler -y + - sudo add-apt-repository ppa:cran/poppler -y - sudo apt-get update -q - sudo apt-get install libpoppler-cpp-dev