From 4c46997c4a871569deed45355d79d81e75ab4d3d Mon Sep 17 00:00:00 2001 From: Frankie Date: Thu, 25 Aug 2016 15:18:16 -0700 Subject: [PATCH] Add - "npm i -g mocha" to circle --- circle.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/circle.yml b/circle.yml index a9dd98f0d..15c9a17e9 100644 --- a/circle.yml +++ b/circle.yml @@ -4,6 +4,7 @@ machine: dependencies: pre: - "npm i -g testem" + - "npm i -g mocha" override: - sudo apt-get install libxss1 libappindicator1 libindicator7 lsb-base - curl -L -o google-chrome.deb https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb