From 4f1c3d5a6dd04d80c669e2579eaa195cbffdb298 Mon Sep 17 00:00:00 2001 From: Matthias Volk Date: Thu, 4 May 2017 17:53:24 +0200 Subject: [PATCH] Removed already installed packages --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1e3c94ce..0f2d893d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ matrix: before_install: - brew update - - brew install cln ginac autoconf cmake doxygen - - brew install boost --c++11 - brew install gmp --c++11 + - brew install cln + - brew install ginac + - brew install doxygen + - brew install boost --c++11 - brew tap homebrew/science - brew install homebrew/science/glpk - brew install homebrew/science/hwloc