From 989c750a733d8c8c5206403f2eec05b00d02e517 Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Thu, 6 Jul 2017 00:19:44 -0300 Subject: [PATCH] Fixing .yml. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cae1ba7..dc83438 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"}' \ No newline at end of file +script: > + - `curl localhost:8765 -X POST -s -d '{"action": "version"}'` \ No newline at end of file