File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ environment:
22 matrix :
33 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
44 - JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
5- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7.0-beta2 -win32.exe"
6- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7.0-beta2 -win64.exe"
5+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x86/0.7/julia-0.7-latest -win32.exe"
6+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.7/julia-0.7-latest -win64.exe"
77
88branches :
99 only :
Original file line number Diff line number Diff line change 1919
2020root = 0
2121
22- Random. seed! (17 )
22+ if VERSION >= v " 0.7.0-rc1"
23+ Random. seed! (17 )
24+ else
25+ srand (17 )
26+ end
2327
2428matsize = (17 ,17 )
2529for typ in Base. uniontypes (MPI. MPIDatatype)
You can’t perform that action at this time.
0 commit comments