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
-11
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