From 8734bacac2486a3dbe6ef24b1320a4ac16bf498d Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Thu, 6 Jul 2017 00:22:51 -0300 Subject: [PATCH] Fixing another syntax error. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc83438..b8035cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ python: 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 + - curl localhost:8765 -X POST -s -d '{"action": "version"}' \ No newline at end of file