From: Daniel Hahler Date: Sat, 21 Jul 2018 07:02:47 +0000 (+0200) Subject: Use Docker for easier test running (#86) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/99991a3729120a1e2e8a3cb88abb75268c2e6245?hp=99991a3729120a1e2e8a3cb88abb75268c2e6245 Use Docker for easier test running (#86) Switches to CircleCI instead of Travis, which handles running tests in Docker much better, especially since Travis is really slow (~30min vs 2.5min on CircleCI). The Docker image is based on https://github.com/tweekmonster/vim-testbed, and targets are added to the Makefile to build/push it. ---