Trying to fix another error.

This commit is contained in:
tomasgodoi 2017-07-06 00:25:39 -03:00
parent 8734bacac2
commit 4e94a358ac

View File

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