Setup travis ci
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user