From 0fcf82524c0dd7209d6524333edccff8bb394b6b Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Mon, 8 May 2017 12:41:24 +0530 Subject: [PATCH] Using dist:trusty by default on travis. Recent updated in travis Trusty's image has made installing openscenegraph-dev error-prone. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fca14751..1dfc2fcb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ +sudo : required +dist : trusty language: cpp compiler: - gcc -- GitLab