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