From d6fbe9646dac3dc7f1cd2a5471953035d8c44090 Mon Sep 17 00:00:00 2001
From: Valenza Florian <fvalenza@laas.fr>
Date: Wed, 29 Jun 2016 16:34:22 +0200
Subject: [PATCH] [travis] Add sudo required

---
 .travis.yml         | 1 +
 ci/install_linux.sh | 5 +----
 ci/install_osx.sh   | 1 +
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 37310a76..0f8588f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
 language: cpp
+sudo: required
 
 os:
   - linux
diff --git a/ci/install_linux.sh b/ci/install_linux.sh
index b3d1f9f5..143c78f6 100755
--- a/ci/install_linux.sh
+++ b/ci/install_linux.sh
@@ -9,10 +9,7 @@ sudo apt-get -qq --yes --force-yes install libboost-all-dev
 sudo apt-get -qq --yes --force-yes install libccd-dev
 
 # Assimp
-sudo echo "deb [arch=amd64] http://robotpkg.openrobots.org/packages/debian/pub trusty robotpkg" >> /etc/apt/sources.list.d/robotpkg.list
-curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
-sudo apt-get update
-sudo apt-get install robotpkg-assimp
+sudo apt-get install libassimp-dev
 
 ########################
 # Optional dependencies
diff --git a/ci/install_osx.sh b/ci/install_osx.sh
index 1b1a6107..066289a1 100755
--- a/ci/install_osx.sh
+++ b/ci/install_osx.sh
@@ -4,3 +4,4 @@ brew install git
 brew install cmake
 brew install boost
 brew install libccd
+brew install assimp
-- 
GitLab