From 4b35a8d12929d272102e60ee74b9782df5fea019 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Fri, 5 Oct 2018 09:42:56 -0400 Subject: [PATCH] Updating to circleci 2.0 --- .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