Making sure the submodules are present.

This commit is contained in:
Nicolas "Pixel" Noble 2017-09-15 23:33:04 +02:00
parent 0c3e7507fd
commit e6d8f9cdaa
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b
set -e
cd $(dirname $0)
git submodule update --init
git submodule foreach --recursive git submodule update --init
node_versions="6 7 8"
# TODO(mlumish): Add electron tests