Skip to content

Commit

Permalink
Add dummy CircleCI config file
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong committed Apr 29, 2018
1 parent 386c471 commit 832e877
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
@@ -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"

0 comments on commit 832e877

Please sign in to comment.