]> granicus.if.org Git - nethack/commitdiff
typo fix in .travis.yml
authornhmall <nhmall@nethack.org>
Sat, 11 Apr 2020 14:25:47 +0000 (10:25 -0400)
committernhmall <nhmall@nethack.org>
Sat, 11 Apr 2020 14:25:47 +0000 (10:25 -0400)
.travis.yml

index e8bd725773f2548c3210a16b30df07ad0b52b7cf..3baeee2c1f8c55d1effa893cf8e669d10bec632b 100644 (file)
@@ -118,7 +118,8 @@ matrix:
       script:
         - export ADD_CURSES=Y
         - export PDCURSES_TOP=../lib/pdcurses
-        - export LUA_VERSION=5.3.5        - sh sys/winnt/travis-gcc.sh
+        - export LUA_VERSION=5.3.5
+        - sh sys/winnt/travis-gcc.sh
         - test -d "lib/lua-$LUA_VERSION/src" || exit 0
         - test -d "lib/pdcurses" || exit 0
         - cd src