From 5e999a728f85ebb3c1bb8870a5b320e1f61beb09 Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 10 Aug 2017 13:36:32 -0500 Subject: [PATCH] chore(CI): `branches` property must be a child of `build` --- circle.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 52df0c2e59..706c226264 100644 --- a/circle.yml +++ b/circle.yml @@ -1,12 +1,12 @@ version: 2 -branches: - ignore: - - mono-refactor jobs: build: working_directory: ~/ionic/ docker: - image: node:7 + branches: + ignore: + - mono-refactor steps: - checkout - restore_cache: