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:
2
2
matrix :
3
3
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
4
4
- 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"
7
7
8
8
branches :
9
9
only :
Original file line number Diff line number Diff line change 19
19
20
20
root = 0
21
21
22
- Random. seed! (17 )
22
+ if VERSION >= v " 0.7.0-rc1"
23
+ Random. seed! (17 )
24
+ else
25
+ srand (17 )
26
+ end
23
27
24
28
matsize = (17 ,17 )
25
29
for typ in Base. uniontypes (MPI. MPIDatatype)
You can’t perform that action at this time.
0 commit comments