chore(travis): Remove grunt and mocha install step

This commit is contained in:
Blade Barringer 2016-10-20 22:05:21 -05:00
parent f9595af8a5
commit d021680945

View file

@ -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"