mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
chore(travis): Remove grunt and mocha install step
This commit is contained in:
parent
f9595af8a5
commit
d021680945
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue