From fdabb37aaffe863f8f1b4a5465eef1bc975b5222 Mon Sep 17 00:00:00 2001 From: tomasgodoi Date: Thu, 6 Jul 2017 00:59:42 -0300 Subject: [PATCH] Including a delay to start the test. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cbf008e..30b971b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,5 +8,6 @@ install: - docker build -f tests/Dockerfile -t txgio/anki-connect . script: - docker run -ti -d --rm -p 8765:8765 txgio/anki-connect + - sleep 5 - > curl localhost:8765 -X POST -s -d '{"action": "version"}' \ No newline at end of file