mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Experiment with acceptance tests in Travis
This commit is contained in:
parent
6e9485c0c4
commit
cef17a7fbc
1 changed files with 4 additions and 0 deletions
|
@ -10,8 +10,12 @@ install:
|
||||||
- npm install
|
- npm install
|
||||||
- grunt install
|
- grunt install
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- grunt run
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- grunt test:unit
|
- grunt test:unit
|
||||||
|
- grunt test:acceptance
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
Loading…
Reference in a new issue