File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
- linux
5
5
- osx
6
6
julia :
7
- - release
7
+ - 0.5
8
+ - 0.6
8
9
- nightly
9
10
notifications :
10
11
email : false
@@ -13,7 +14,5 @@ notifications:
13
14
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14
15
# - julia -e 'Pkg.clone(pwd()); Pkg.build("FixedPointDecimals"); Pkg.test("FixedPointDecimals"; coverage=true)'
15
16
after_success :
16
- # push coverage results to Coveralls
17
17
- julia -e 'cd(Pkg.dir("FixedPointDecimals")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18
- # push coverage results to Codecov
19
18
- 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:
2
2
matrix :
3
3
- JULIAVERSION : " julialang/bin/winnt/x86/0.5/julia-0.5-latest-win32.exe"
4
4
- 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"
5
7
- JULIAVERSION : " julianightlies/bin/winnt/x86/julia-latest-win32.exe"
6
8
- JULIAVERSION : " julianightlies/bin/winnt/x64/julia-latest-win64.exe"
7
9
You can’t perform that action at this time.
0 commit comments