Add executor to CircleCI config

This commit is contained in:
Dan Jones 2018-01-22 12:55:56 -06:00
commit 11fdc221bd

View file

@ -4,6 +4,8 @@ jobs:
branches: branches:
only: [master] only: [master]
working_directory: /tmp/danielrayjones working_directory: /tmp/danielrayjones
machine:
enabled: true
steps: steps:
- checkout - checkout
- run: - run: