There was an error while loading. Please reload this page.
1 parent dbe3e88 commit 9852ed5Copy full SHA for 9852ed5
1 file changed
scripts/travis/install.sh
@@ -35,6 +35,12 @@ test --repository_cache=~/.cache/bazel-repo
35
# See https://docs.bazel.build/versions/master/remote-caching.html#disk-cache
36
build --disk_cache=~/.cache/bazel-disk
37
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
44
EOM
45
46
0 commit comments