Commit 6974d4c7 authored by Daniel Agar's avatar Daniel Agar

travis reduce number of compilation threads to prevent the gcc build from being killed

-the clang build seems fine past 4 threads
parent d11bb1f6
......@@ -20,7 +20,7 @@ install:
- cd ~/pyston-build && ninja llvm_up
script:
- cd ~/pyston-build && ninja lint check-format && ninja -j4 && ninja run_raytrace
- cd ~/pyston-build && ninja lint check-format && ninja -j2 && ninja run_raytrace
os:
- linux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment