tTest with both GTK+2 and GTK+3 - 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 209ff8339f891a97c2d7a591cc525d8841f8140d
 (DIR) parent 9a86b729ef0523dd1b3e87373df0f87866120d11
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Wed, 25 Nov 2020 23:12:40 -0800
       
       Test with both GTK+2 and GTK+3
       
       Diffstat:
         M .travis.yml                         |       5 +++--
       
       1 file changed, 3 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/.travis.yml b/.travis.yml
       t@@ -4,10 +4,11 @@ os:
          - linux
          - osx
        env:
       -  - FLAGS="--enable-networking"
       +  - FLAGS="--enable-networking --disable-gtk3"
       +  - FLAGS="--enable-networking --enable-gtk3"
          - 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 libgtk2.0-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 libgtk-3-dev; fi
        
        script:
          - ./autogen.sh $FLAGS && make -j2