From 993fd422a19e2bde874e803bcfce9b40f5c5b500 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 16 Mar 2018 18:30:29 -0700 Subject: [PATCH] travis: Enable repo init color prompt Signed-off-by: Khem Raj --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ee53344..4d22ef8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ script: - curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo - chmod a+x ~/bin/repo - mkdir 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 - repo start work --all