From bc8a6ee9b22fbf61cac208313f0a15ee078167c9 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Tue, 12 Feb 2019 17:28:31 +0000 Subject: [PATCH] fix: Just use one test file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6658be..af3d89e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,5 @@ script: - opentaxii-run-dev & - pid=$! - sleep 15 - - for file in tests/*.xml; do; taxii-push --path http://127.0.0.1:9000/services/inbox -f $file --dest my_collection --username admin --password admin; done; + - taxii-push --path http://127.0.0.1:9000/services/inbox -f test/test.xml --dest my_collection --username admin --password admin; done; - kill -s INT $pid