]> granicus.if.org Git - nethack/commitdiff
copy-paste error bit
authornhmall <nhmall@nethack.org>
Sat, 17 Aug 2019 01:47:37 +0000 (21:47 -0400)
committernhmall <nhmall@nethack.org>
Sat, 17 Aug 2019 01:47:37 +0000 (21:47 -0400)
.travis.yml

index 46e74c339345cce9fd57be9429e9e18b705fceeb..67d05077d64b7155501bdab1f3e01e26a920161f 100644 (file)
@@ -6,7 +6,7 @@ matrix:
       compiler: gcc
       script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make install"
     - os: linux
-      env: DESCR=linux-xenial-gcc HINTS=linux
+      env: DESCR=linux-xenial-clang HINTS=linux
       compiler: clang
       script: "cd sys/unix/ && sh setup.sh hints/$HINTS && cd ../../ && make install"
     - os: linux