tDon't try to install existing packages - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 48053a5a0d32c015ab553f1c0f5074efb4ee4183
 (DIR) parent 82bf5a3c79c47c6a85d405f79c1200151a9c832e
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 13 Nov 2020 00:04:09 -0800
       
       Don't try to install existing packages
       
       homebrew errors out if we try to install packages
       tthat are already installed, so skip them.
       
       Diffstat:
         M .travis.yml                         |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -7,7 +7,6 @@ env:
          - FLAGS="--enable-networking"
          - FLAGS="--disable-networking"
        before_install:
       -  - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update && brew install automake autoconf glib; fi
          - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get update -qq && sudo apt-get install -qq automake autoconf gcc libglib2.0-dev libcurl4-openssl-dev libgtk-3-dev; fi
        
        script: