~foosoft/anki-connect

8734bacac2486a3dbe6ef24b1320a4ac16bf498d — tomasgodoi 7 years ago 989c750
Fixing another syntax error.
1 files changed, 1 insertions(+), 1 deletions(-)

M .travis.yml
M .travis.yml => .travis.yml +1 -1
@@ 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

Do not follow this link