lzw-assignment/.circleci/config.yml

9 lines
220 B
YAML

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
steps:
- checkout
- run: echo "A first hello"