Merge pull request #4333 from PhysSong/circledummy

Add dummy CircleCI config file for stable-1.2
This commit is contained in:
Lukas W
2018-04-29 16:04:44 +02:00
committed by GitHub

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"