From d4e521b17d33684ee87b3bfeb5e1933f03b1f0ea Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Thu, 6 Jul 2017 00:28:47 -0300 Subject: [PATCH] Another try. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d76ea34..fe00e3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ 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