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" - "2.7"
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"}'