mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 07:52:15 +00:00
chore(travis): Add grunt-cli pkg
This commit is contained in:
parent
ba19c00617
commit
b31bc15493
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ node_js:
|
|||
- '4.3.1'
|
||||
before_install:
|
||||
- npm install -g npm@3
|
||||
- npm install -g grunt-cli
|
||||
- if [ $REQUIRES_SERVER ]; then sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10; echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list; sudo apt-get update; sudo apt-get install mongodb-org-server; fi
|
||||
before_script:
|
||||
- npm run test:build
|
||||
|
|
|
|||
Loading…
Reference in a new issue