set up sample config.yml

This commit is contained in:
Jennifer Liu 2018-06-20 14:23:14 -07:00
parent 93702a7a62
commit a3cb97b038
2 changed files with 13 additions and 0 deletions

BIN
circleci/.config.yml.swo Normal file

Binary file not shown.

13
circleci/config.yml Normal file
View File

@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Greeting
command: echo Hello, world.
- run:
name: Print the Current Time
command: date