mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-02 17:20:57 +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
|
language: node_js
|
||||||
|
|
||||||
|
node_js:
|
||||||
|
- "0.10"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
- grunt install
|
- grunt install
|
||||||
|
|
||||||
script: grunt test:unit
|
script:
|
||||||
|
- grunt test:unit
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
Loading…
Reference in a new issue