We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e369b25 commit 33c5d92Copy full SHA for 33c5d92
.travis.yml
@@ -61,7 +61,7 @@ script:
61
- cd .. && mv julia julia2
62
- cp /tmp/julia/lib/julia/sys.ji local.ji && /tmp/julia/bin/julia -J local.ji -e 'true' && rm local.ji
63
- /tmp/julia/bin/julia -e 'versioninfo()'
64
- - export JULIA_CPU_CORES=4 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia --check-bounds=yes runtests.jl pkg
+ - export JULIA_CPU_CORES=6 && cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia --check-bounds=yes runtests.jl pkg
65
- cd - && mv julia2 julia
66
- dmesg
67
- echo "Ready for packaging..."
0 commit comments