tBuild only with GTK+2 for now - 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 034e3c76f9d856e3a60da54d38aef27b172af88d
 (DIR) parent eb7917d92c669d0bbf977af3b867ad9a77654974
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 15 Nov 2020 21:45:00 -0800
       
       Build only with GTK+2 for now
       
       GTK+3 doesn't work yet, so it's not productive to
       have it fail every Travis build. Use GTK+2 instead.
       
       Diffstat:
         M .travis.yml                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -7,7 +7,7 @@ env:
          - FLAGS="--enable-networking"
          - FLAGS="--disable-networking"
        before_install:
       -  - 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
       +  - 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 libgtk2.0-dev; fi
        
        script:
          - ./autogen.sh $FLAGS && make -j2