]> granicus.if.org Git - nethack/commitdiff
try to fix the broken travis-ci build
authornhmall <nhmall@nethack.org>
Fri, 6 Dec 2019 03:36:14 +0000 (22:36 -0500)
committernhmall <nhmall@nethack.org>
Fri, 6 Dec 2019 03:36:14 +0000 (22:36 -0500)
yml file may have had a mistake

.travis.yml

index a8aa59d41c77db292974ce66dbc300430a88fc80..d56ffae16aa6a74461b656eda751375ee43bca46 100644 (file)
@@ -31,7 +31,7 @@ matrix:
             - qtbase5-dev
             - qtmultimedia5-dev
             - qtbase5-dev-tools
-      script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && QT_SELECT=5 && make fetch-lua && make MOC=moc install"
+      script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make fetch-lua && make QT_SELECT=5 MOC=moc install"
     - os: linux
       env: DESCR=linux-bionic-gcc-x11 HINTS=linux-x11
       dist: bionic