From 65e7c7aa28133528033bce6e64c140a6b3b1d74a Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 28 Sep 2018 10:56:32 -0400 Subject: [PATCH] New circle 2.0 config --- .circleci/config.yml | 6 ++++++ circle.yml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) create mode 100644 .circleci/config.yml delete mode 100644 circle.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000..bcb70c32 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,6 @@ +version: 2 +jobs: + build: + branches: + ignore: + - gh-pages # list of branches to ignore \ No newline at end of file diff --git a/circle.yml b/circle.yml deleted file mode 100644 index f69f15eb..00000000 --- a/circle.yml +++ /dev/null @@ -1,4 +0,0 @@ -general: - branches: - ignore: - - gh-pages # list of branches to ignore