File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818# - julia: nightly
1919
2020# uncomment the following lines to override the default test script
21- script :
22- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23- - julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("Unicode_Entities"); Pkg.test("Unicode_Entities"; coverage=true)'
21+ # script:
22+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23+ # - julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("Unicode_Entities"); Pkg.test("Unicode_Entities"; coverage=true)'
2424after_success :
2525 # push coverage results to Coveralls
2626 - julia -e 'cd(Pkg.dir("Unicode_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments