Merge pull request #50 from overleaf/bg-remove-travis-yml

Remove unused .travis.yml file
This commit is contained in:
Jakob Ackermann 2020-02-14 10:55:17 +01:00 committed by GitHub
commit dbbd46b2f7

View file

@ -1,11 +0,0 @@
language: node_js
before_install:
- npm install -g grunt-cli
install:
- npm install
- grunt install
script:
- grunt test:unit