Skip to content

Commit

Permalink
Merge pull request #2 from twilio/circleci
Browse files Browse the repository at this point in the history
circleci placeholder config
  • Loading branch information
timmydoza authored Oct 18, 2019
2 parents 91b451a + ee0171a commit ec39f79
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit ec39f79

Please sign in to comment.