Add grunt to TravisCI

This commit is contained in:
Chinmay Pandhare
2017-07-11 08:33:04 +05:30
parent fca24f8f8f
commit 70409d3979

View File

@@ -7,6 +7,8 @@ node_js:
- '8'
env:
- CXX=g++-4.8
before_script:
- npm install grunt-cli -g
script:
- npm test
- grunt build