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:
authorverhoek <30193551+verhoek@users.noreply.github.com>2019-12-08 00:59:06 +0300
committerverhoek <30193551+verhoek@users.noreply.github.com>2019-12-08 00:59:06 +0300
commitbb9bba172298e2e233123ce95bff7e4252d46045 (patch)
tree755082da47597b19483688a9ee16e818dec0aacb /.travis.yml
parent8e050bfe1139aa2f9c4fbc6209c3434833dd3f35 (diff)
Remove test data download functionality.
This is built in unit tests and doesn't need outside steering anymore.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ccd6456c..594b385ce 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,21 +46,21 @@ jobs:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNormal --testdata data.zip
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNormal
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNoSize --testdata data.zip
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories BulkNoSize
- stage: tests
cache:
directories:
- $HOME/download/
- $BUILD_DIR
script:
- - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories SVNDataLong,SVNData --testdata DSMCBE.zip
+ - ${ROOT_DIR}/pipeline/jobs/unittest_job.sh --testcategories SVNDataLong,SVNData
- stage: tests
cache:
directories: