From 4e94a358ac6e1b3ef980ccc150ebea7c63e467e8 Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Thu, 6 Jul 2017 00:25:39 -0300 Subject: [PATCH] Trying to fix another error. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8035cf..d76ea34 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,4 @@ 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