Merge pull request #28 from sharelatex/afc-setup-travisci

Setup travis ci
This commit is contained in:
Alberto Fernández-Capel 2018-04-23 10:58:39 +01:00 committed by GitHub
commit 49ce3e6917

View file

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