1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 08:23:15 +00:00

remove unused .travis.yml file

This commit is contained in:
Brian Gough 2020-02-12 12:37:00 +00:00
parent 39eb9be8b5
commit 5a28cbad29

View file

@ -1,15 +0,0 @@
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit
services:
- redis-server
- mongodb