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 sudo: required
language: python
services: services:
- docker - docker
language: python
python: 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"}'`