Update submodules before install

pull/6930/head
Nicklas Gummesson 9 years ago
parent 6f294b8ddb
commit a17bfab611

@ -3,6 +3,9 @@ language: node_js
node_js:
- "4.1"
before_install:
- git submodule update --init --recursive
install:
- npm install

Loading…
Cancel
Save