diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000..139a9c65c --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,8 @@ +version: 2.0 +jobs: + build: + docker: + - image: kovidgoyal/kitty-test:latest + steps: + - checkout + - run: echo "A first hello"