Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2016-03-18 01:37:24 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-03-18 01:37:24 +0300
commit8b2045706dc53d11fe9eb95fdbad590b7d904e92 (patch)
treeba2117018b8d85f8e27c8e0481bbee6e12658bfd /.travis.yml
parentc2e317cd69e0f39d1671575f6177889c0982e6c9 (diff)
Attempt to disable usage reporter when running testing on Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 40291bdb0..059905dcb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,4 +28,5 @@ script:
- chmod -R 755 ~/testdata
- ls -la ~/testdata
- ls -la ~/testdata/data
- - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll \ No newline at end of file
+ - export USAGEREPORTER_Duplicati_LEVEL=none
+ - mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll