mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 21:20:49 +00:00
remove unused .travis.yml file
This commit is contained in:
parent
77555fcf13
commit
883c0e83cf
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
language: node_js
|
||||
|
||||
before_install:
|
||||
- npm install -g grunt-cli
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- grunt install
|
||||
|
||||
before_script:
|
||||
- grunt forever:app:start
|
||||
|
||||
script:
|
||||
- grunt test:unit
|
||||
|
||||
services:
|
||||
- redis-server
|
||||
- mongodb
|
Loading…
Reference in a new issue