]> granicus.if.org Git - nethack/commitdiff
add --depth 1 to git clone for travis windows test
authornhmall <nhmall@nethack.org>
Sun, 30 Jun 2019 18:12:16 +0000 (14:12 -0400)
committernhmall <nhmall@nethack.org>
Sun, 30 Jun 2019 18:12:16 +0000 (14:12 -0400)
.travis.yml

index bef2f9891cfbc701360befe1b10eb0435c7153c5..818b1bf5a6780c08eef77c1147bbbaf95ef80046 100644 (file)
@@ -81,7 +81,7 @@ matrix:
         - export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/ucrt/x86:$LIB
         - export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/um/x86:$LIB
 #       - export
-        - git clone https://github.com/wmcbrine/PDCurses.git ../pdcurses
+        - git clone --depth 1 https://github.com/wmcbrine/PDCurses.git ../pdcurses
         - export ADD_CURSES=Y
         - export PDCURSES_TOP=../../pdcurses
         - cd src
@@ -91,7 +91,7 @@ matrix:
 #     install: choco install mingw
       env: HINTS=windows-mingw
       script:
-        - git clone https://github.com/wmcbrine/PDCurses.git ../pdcurses
+        - git clone --depth 1 https://github.com/wmcbrine/PDCurses.git ../pdcurses
         - export ADD_CURSES=Y
         - export PDCURSES_TOP=../../pdcurses
         - cd src
@@ -110,3 +110,4 @@ notifications:
     recipients:
 #      - devteam@nethack.org
 
+