From f4e62c83f3aaf50635ebd82b153cbf9958e3d261 Mon Sep 17 00:00:00 2001
From: Norihiro Watanabe <norihiro.w@gmail.com>
Date: Tue, 17 Mar 2015 10:10:04 +0100
Subject: [PATCH] Use a new PPA for PETSc

---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 72f07b5fc91..1fa045d81ff 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ before_install:
   - travis_retry sudo add-apt-repository --yes ppa:boost-latest
   - travis_retry sudo apt-get install python-software-properties
   - travis_retry sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
-  - if [[ "$CASE" == "CLI_PETSC" ]]; then sudo add-apt-repository --yes ppa:fenics-packages/fenics-dev; fi
+  - if [[ "$CASE" == "CLI_PETSC" ]]; then sudo add-apt-repository --yes ppa:feelpp/petsc; fi
   - travis_retry sudo apt-get update -qq;
 
   # GCC 4.8
@@ -48,7 +48,7 @@ install:
   - rm -rf vtk-6.1.0.tar.gz VTK-Install
 
   # PetSc
-  - if [[ "$CASE" == "CLI_PETSC" ]]; then travis_retry sudo apt-get install -qq libpetsc3.4.2 libpetsc3.4.2-dev; fi
+  - if [[ "$CASE" == "CLI_PETSC" ]]; then travis_retry sudo apt-get install -qq libpetsc3.4.2-dev; fi
 
 script:
   - mkdir build
-- 
GitLab