From 9be62aaeb7d50959cff870e0cabb08277d1c512b Mon Sep 17 00:00:00 2001 From: Johnny Estilles Date: Mon, 20 Apr 2015 13:22:36 +0800 Subject: [PATCH] chore: install mocha before travis scripts --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ea0dc5b..e0267de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ node_js: - "0.12" before_install: - npm install -g grunt-cli + - npm install -g mocha install: - npm install