Setup travis ci

This commit is contained in:
Alberto Fernández Capel 2018-04-19 14:37:46 +01:00
parent e8b6d033ec
commit 8c10c737dc

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