File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 33 - linux
44 - osx
55julia :
6- - 0.7
6+ - 1.0
7+ - 1.1
78 - nightly
89notifications :
910 email : false
10- script :
11- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12- - julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("FixedPointNumbers")'
13- - julia -e 'using Pkg; Pkg.test("FixedPointNumbers"; coverage=true)'
11+
1412after_success :
1513 # push coverage results to Codecov
1614 - julia -e 'using Pkg; cd(Pkg.dir("FixedPointNumbers")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change 11environment :
22 matrix :
3- - julia_version : 0.7
4- - julia_version : latest
3+ - julia_version : 1.0
4+ - julia_version : 1
5+ - julia_version : nightly
56
67platform :
78 - x86 # 32-bit
You can’t perform that action at this time.
0 commit comments