From 1827f7025bf964a70422ff8f065e9df626ca8223 Mon Sep 17 00:00:00 2001 From: motif1 <41046282+motif1@users.noreply.github.com> Date: Thu, 12 Jul 2018 12:21:14 +0530 Subject: [PATCH] Create config.yml committing the code for testing --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..3be5bbe --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,8 @@ +version: 2 +jobs: + build: + docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker. + - image: circleci/ruby:2.4.1-jessie + steps: + - checkout + - run: echo "A first hello"