diff --git a/.travis.yml b/.travis.yml index fe00e3a..cbf008e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,7 @@ python: - "2.7" install: - docker build -f tests/Dockerfile -t txgio/anki-connect . -script: > - curl localhost:8765 -X POST -s -d '{"action": "version"}' \ No newline at end of file +script: + - docker run -ti -d --rm -p 8765:8765 txgio/anki-connect + - > + curl localhost:8765 -X POST -s -d '{"action": "version"}' \ No newline at end of file