lzw-assignment/.circleci/config.yml

9 lines
220 B
YAML
Raw Normal View History

2018-05-23 15:36:57 +00:00
version: 2
jobs:
2018-05-23 15:40:10 +00:00
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"