Skip to content

Commit 33c5d92

Browse files
committed
push our luck and try 6 test workers
[av skip]
1 parent e369b25 commit 33c5d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ script:
6161
- cd .. && mv julia julia2
6262
- cp /tmp/julia/lib/julia/sys.ji local.ji && /tmp/julia/bin/julia -J local.ji -e 'true' && rm local.ji
6363
- /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
64+
- 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
6565
- cd - && mv julia2 julia
6666
- dmesg
6767
- echo "Ready for packaging..."

0 commit comments

Comments
 (0)