Fixing .yml.
This commit is contained in:
parent
d7e32d4081
commit
989c750a73
@ -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"}'`
|
Loading…
Reference in New Issue
Block a user