From d021680945fee9d01bab203ec6f83ccb5f265066 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Thu, 20 Oct 2016 22:05:21 -0500 Subject: [PATCH] chore(travis): Remove grunt and mocha install step --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dd5a397986..6b011a6c36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ before_install: - "sudo apt-get update" - "sudo apt-get install mongodb-org-server" before_script: - - 'npm install -g grunt-cli mocha' - cp config.json.example config.json - "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done" - "export DISPLAY=:99"