Skip to content

Commit 9852ed5

Browse files
committed
[ci] Configure bazel output for non-ansi terminals
1 parent dbe3e88 commit 9852ed5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scripts/travis/install.sh

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ test --repository_cache=~/.cache/bazel-repo
3535
# See https://docs.bazel.build/versions/master/remote-caching.html#disk-cache
3636
build --disk_cache=~/.cache/bazel-disk
3737
test --disk_cache=~/.cache/bazel-disk"
38+
39+
# Make output easier to read
40+
build --curses=no
41+
build --color=no
42+
build --show_timestamps
43+
3844
EOM
3945

4046

0 commit comments

Comments
 (0)