Fixing .yml.

This commit is contained in:
tomasgodoi 2017-07-06 00:19:44 -03:00
parent d7e32d4081
commit 989c750a73

View File

@ -1,10 +1,10 @@
sudo: required
language: python
services:
- docker
language: python
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"}'`