Skip to content
Snippets Groups Projects
Commit 4e8f538c authored by Lucas Russo's avatar Lucas Russo
Browse files

.travis.yml: add git submodule --init --recursive into travis

This will fetch submodules of submodules, if any.
parent a36dec9a
Branches
Tags
No related merge requests found
......@@ -9,6 +9,9 @@ env:
- BOARD=ml605
- BOARD=afcv3
before_install:
- git submodule update --init --recursive
# Build-check-install all subprojects
before_script:
- sudo apt-get install uuid-dev
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment