Travis: add -p to mkdir
Travis has just recently created a bin folder by default and therefore
we must use the -p parameter when trying to create $HOME/bin.
Signed-off-by: Joakim Bech <joakim.bech@linaro.org>
Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org>
diff --git a/.travis.yml b/.travis.yml
index bfe4a2e..a344092 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -43,7 +43,7 @@
#- $REPO_PROJ=dra7xx # Cannot build this since it requires TI_SECURE_DEV_PKG
before_script:
- - mkdir $HOME/bin
+ - mkdir -p $HOME/bin
- cd $HOME/bin && wget https://storage.googleapis.com/git-repo-downloads/repo && chmod +x repo
- export PATH=$HOME/bin:$PATH
- mkdir -p $HOME/$REPO_PROJ