mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 06:53:44 +00:00
Install grunt-cli before running install
This commit is contained in:
parent
ace74c8d7c
commit
11b908f276
1 changed files with 8 additions and 1 deletions
|
@ -1,10 +1,17 @@
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- "0.10"
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
script: grunt test:unit
|
||||
script:
|
||||
- grunt test:unit
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
|
|
Loading…
Reference in a new issue