From 6256808b6d796b3534d35039ef2a6eeb6f2475de Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Mon, 27 Oct 2014 22:35:03 +0100 Subject: [PATCH] [Travis] Move apt-get'ing to `before_install`. --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c590b6d5..17728237 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,13 @@ compiler: cache: apt before_install: - - sudo apt-get update -qq - -install: - # Currently inside the cloned repo path. # Need Boost 1.54+, which isn't in the 12.04 repositories - install from a PPA. - sudo add-apt-repository ppa:boost-latest/ppa -y - sudo apt-get update -qq - sudo apt-get install libboost-log1.55-dev libboost-date-time1.55-dev libboost-thread1.55-dev libboost-filesystem1.55-dev libboost-locale1.55-dev libboost-iostreams1.55-dev + +install: + # Currently inside the cloned repo path. # Install Alphanum - cd ../.. - mkdir alphanum