File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
# - julia: nightly
19
19
20
20
# 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)'
24
24
after_success :
25
25
# push coverage results to Coveralls
26
26
- 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