diff --git a/test.yaml b/test.yaml new file mode 100644 index 0000000..6c39b83 --- /dev/null +++ b/test.yaml @@ -0,0 +1,8 @@ +version: 2 +jobs: + build: + docker: + - image: circleci/ruby:2.4.1-jessie + steps: + - checkout + - run: echo "A first hello"