Add mcuboot to travis downloads

Also clone only depth=1 since we don't need history.
This commit is contained in:
Szymon Janc
2019-04-17 13:28:52 +02:00
parent 3dac1c574a
commit 7be7fe716b
+2 -1
View File
@@ -120,7 +120,8 @@ before_script:
- cp -R $HOME/ci/mynewt-nimble-targets targets
- $HOME/ci/prepare_test.sh $VM_AMOUNT
- mkdir -p repos && pushd repos/
- git clone https://github.com/apache/mynewt-core apache-mynewt-core
- git clone --depth=1 https://github.com/apache/mynewt-core apache-mynewt-core
- git clone --depth=1 https://github.com/JuulLabs-OSS/mcuboot mcuboot
- popd
script: