Skip to content

Commit

Permalink
fix: Sytax of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FloatingGhost committed Feb 12, 2019
1 parent bc8a6ee commit b851368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

0 comments on commit b851368

Please sign in to comment.