Commit 78431a41 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Added --recursive to submodules.

parent e6d4ce92
...@@ -10,7 +10,7 @@ install: ...@@ -10,7 +10,7 @@ install:
- sudo apt-get install cmake mono-devel mono-gmcs nunit >/dev/null 2>&1 - sudo apt-get install cmake mono-devel mono-gmcs nunit >/dev/null 2>&1
script: script:
- git submodule update --init - git submodule update --init --recursive
- ./run_all.linux.sh - ./run_all.linux.sh
# Execute additional tests or commands # Execute additional tests or commands
......
Markdown is supported
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