Add dummy CircleCI config file

This commit is contained in:
Hyunin Song
2018-04-29 21:55:15 +09:00
parent 386c471ed7
commit 832e87725a

11
.circleci/config.yml Normal file
View File

@@ -0,0 +1,11 @@
# Dummy CircleCI Config File
version: 2
jobs:
build:
machine: true
branches:
ignore: stable-1.2
steps:
- run:
name: Dummy
command: echo "Dummy command to prevent error"