From 7cccf2e4d8b868c298ed0946099f828703826deb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 30 Jun 2019 14:12:16 -0400 Subject: [PATCH] add --depth 1 to git clone for travis windows test --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index bef2f9891..818b1bf5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 +