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 99notifications :
1010 email : false
1111# uncomment the following lines to override the default test script
12- # script:
13- # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14- # - julia -e 'Pkg.clone(pwd()); Pkg.build("Unicode_Entities"); Pkg.test("Unicode_Entities"; coverage=true)'
12+ script :
13+ - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14+ - julia -e 'Pkg.clone("https://github.com/JuliaString/StrTables.jl.git"); Pkg.clone(pwd()); Pkg.build("Unicode_Entities"); Pkg.test("Unicode_Entities"; coverage=true)'
1515after_success :
1616 # push coverage results to Coveralls
1717 - 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