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

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

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