From 5aad0ae1abe459b6a12f01ce83b6d20d8345721b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Apr 2017 08:20:20 +0000 Subject: [PATCH] test log build git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6850 212acab6-be3b-0410-9dea-997c60f758d6 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99f83da3..02e59dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,10 @@ install: - mkdir /tmp/zlib - unzip /tmp/zlib.zip -d /tmp/zlib script: -- scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" test dist-zip +- scons ZLIB_W32=/tmp/zlib SKIPUTILS="NSIS Menu" NSIS_CONFIG_LOG=$CFG_LOG test dist-zip +env: +- CFG_LOG=yes +- CFG_LOG=no deploy: provider: script script: echo this is where we will deploy to SF