travis: Enable repo init color prompt

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2018-03-16 18:30:29 -07:00
parent e503d131b1
commit 993fd422a1

View File

@@ -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