From fded4f0a917ab636755a5ea091e23844d718facf Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 9 Feb 2017 18:05:47 -0700 Subject: [PATCH] Added new machine type --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index a467e8bba..90da5084e 100644 --- a/circle.yml +++ b/circle.yml @@ -1,5 +1,7 @@ version: 2 +executorType: machine + containerInfo: - image: node:7 - image: mongo:3.4