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

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

View File

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