Fix travis build

This commit is contained in:
Erjan Gavalji
2016-03-30 13:36:06 +03:00
parent 8aeeee58b4
commit 768516f53e

View File

@ -4,6 +4,7 @@ node_js:
before_script: before_script:
- npm install -g grunt-cli - npm install -g grunt-cli
- npm install - npm install
- (cd build/platform-declarations && npm install)
script: script:
grunt default - grunt default
(cd build/platform-declarations && grunt) - (cd build/platform-declarations && grunt)