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

Remove unused .travis.yml file
This commit is contained in:
Simon Detheridge 2020-02-14 09:21:03 +00:00 committed by GitHub
commit 16d1674eab

View file

@ -1,15 +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