File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 - linux
55 - osx
66julia :
7- - release
7+ - 0.5
8+ - 0.6
89 - nightly
910notifications :
1011 email : false
@@ -13,7 +14,5 @@ notifications:
1314# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
1415# - julia -e 'Pkg.clone(pwd()); Pkg.build("FixedPointDecimals"); Pkg.test("FixedPointDecimals"; coverage=true)'
1516after_success :
16- # push coverage results to Coveralls
1717 - julia -e 'cd(Pkg.dir("FixedPointDecimals")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18- # push coverage results to Codecov
1918 - julia -e 'cd(Pkg.dir("FixedPointDecimals")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ environment:
22 matrix :
33 - JULIAVERSION : " julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
44 - JULIAVERSION : " julialang/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
5+ - JULIAVERSION : " julialang/bin/winnt/x86/0.6/julia-0.6-latest-win32.exe"
6+ - JULIAVERSION : " julialang/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
57 - JULIAVERSION : " julianightlies/bin/winnt/x86/julia-latest-win32.exe"
68 - JULIAVERSION : " julianightlies/bin/winnt/x64/julia-latest-win64.exe"
79
You can’t perform that action at this time.
0 commit comments