File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.add("LightXML"); Pkg.clone(pwd()); Pkg.build("LaTeX_Entities"); Pkg.test("LaTeX_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.add("LightXML"); Pkg.clone(pwd()); Pkg.build("LaTeX_Entities"); Pkg.test("LaTeX_Entities"; coverage=true)'
24
24
after_success :
25
25
# push coverage results to Coveralls
26
26
- julia -e 'cd(Pkg.dir("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change 1
1
julia 0.6
2
2
StrTables
3
- # LightXML
3
+ LightXML
4
4
You can’t perform that action at this time.
0 commit comments