From b85136826d19f3b67e5d3e842abe386aee27b4c5 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Tue, 12 Feb 2019 17:32:50 +0000 Subject: [PATCH] fix: Sytax of tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index af3d89e..33f265c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,5 +38,5 @@ script: - opentaxii-run-dev & - pid=$! - sleep 15 - - taxii-push --path http://127.0.0.1:9000/services/inbox -f test/test.xml --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 - kill -s INT $pid