mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
Add gulp to travis
This commit is contained in:
parent
b6a1414e1c
commit
f137e0d41d
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ node_js:
|
|||
- '0.10'
|
||||
before_install:
|
||||
- "npm install -g npm@2"
|
||||
- "npm install -g gulp"
|
||||
- "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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue