Fixing another syntax error.

This commit is contained in:
tomasgodoi 2017-07-06 00:22:51 -03:00
parent 989c750a73
commit 8734bacac2

View File

@ -7,4 +7,4 @@ python:
install: install:
- docker build -f tests/Dockerfile -t txgio/anki-connect . - docker build -f tests/Dockerfile -t txgio/anki-connect .
script: > script: >
- `curl localhost:8765 -X POST -s -d '{"action": "version"}'` - curl localhost:8765 -X POST -s -d '{"action": "version"}'