Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 20d99ec

Browse files
committed
Use -j 1 on Travis
Still experimenting to see if we can consistently get green results from Travis.
1 parent 3841707 commit 20d99ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ set -ex
33

44
# Linux Debug
55
./sky/tools/gn --debug
6-
ninja -j 2 -C out/Debug
7-
./sky/tools/test_sky --debug --child-processes=1
6+
ninja -j 1 -C out/Debug

0 commit comments

Comments
 (0)