From bb86c392703cd8a836f86a9824f3ea014c8fe8b2 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Mar 2018 18:32:49 -0700 Subject: [PATCH] travis: Use mkdir -p so we can reuse the existing directories Signed-off-by: Khem Raj --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4d22ef8..9e0bc47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,11 @@ install: - sudo apt-get remove -y -qq oss4-dev - sudo apt-get install -y -qq gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath socat cpio python python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python-git script: -- mkdir ~/bin +- mkdir -p ~/bin - PATH=~/bin:$PATH - curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo - chmod a+x ~/bin/repo -- mkdir riscv-yocto +- mkdir -p riscv-yocto - git config --global color.ui true - repo init -u git://github.com/riscv/meta-riscv -b master -m tools/manifests/riscv-yocto.xml - repo sync