From 4f94bcaa8bf485fdc7b58cffa60ffbed755dbc44 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 27 Oct 2019 20:42:22 -0400 Subject: [PATCH] travis bits --- .travis.yml | 4 ++-- win/win32/vs2017/travisci.sh | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d13ff931d..00a6c1153 100644 --- a/.travis.yml +++ b/.travis.yml @@ -108,5 +108,5 @@ deploy: on: tags: true prerelease: true - name: "Pre-release travis_test of NetHack 3.6.3" - body: "This is auto generated pre-release travis_test build of NetHack 3.6.3." + name: "Pre-release build of NetHack 3.6.3" + body: "This is auto generated pre-release build of NetHack 3.6.3 and as such has not been tested." diff --git a/win/win32/vs2017/travisci.sh b/win/win32/vs2017/travisci.sh index 819de56a9..e17de0efa 100644 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@ -34,4 +34,3 @@ nmake install cd .. powershell -Command "Compress-Archive -U -Path binary/*.* -DestinationPath NetHack-x86-beta$TRAVIS_TAG.zip" -