diff --git a/.travis.yml b/.travis.yml index dc83438..b8035cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ python: 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 + - curl localhost:8765 -X POST -s -d '{"action": "version"}' \ No newline at end of file