File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 9
9
- nightly
10
10
notifications :
11
11
email : false
12
- # uncomment the following lines to override the default test script
13
- # script:
14
- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
15
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("FixedPointDecimals"); Pkg.test("FixedPointDecimals"; coverage=true)'
16
12
after_success :
17
- - julia -e 'cd(Pkg.dir("FixedPointDecimals")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
18
- - julia -e 'cd(Pkg.dir("FixedPointDecimals")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
13
+ - |
14
+ julia -e '
15
+ VERSION >= v"0.7.0-DEV.3656" && using Pkg
16
+ VERSION >= v"0.7.0-DEV.5183" || cd(Pkg.dir("FixedPointDecimals"))
17
+ Pkg.add("Coverage"); using Coverage
18
+ Coveralls.submit(process_folder())'
19
+ - |
20
+ julia -e '
21
+ VERSION >= v"0.7.0-DEV.3656" && using Pkg
22
+ VERSION >= v"0.7.0-DEV.5183" || cd(Pkg.dir("FixedPointDecimals"))
23
+ Pkg.add("Coverage"); using Coverage
24
+ Codecov.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments