File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 20
20
# uncomment the following lines to override the default test script
21
21
script :
22
22
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
23
- - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables") ; Pkg.add("LightXML") ; Pkg.clone(pwd()) ; else ; Pkg.add(pwd()) ; end ; Pkg.build("LaTeX_Entities") ; Pkg.test("LaTeX_Entities"; coverage=true)'
23
+ - julia -e 'VERSION < v"0.7.0-DEV" || (using Pkg) ; if VERSION < v"0.7.0-DEV.5183" ; Pkg.add("StrTables") ; Pkg.add("LightXML") ; Pkg.clone(pwd()) ; end ; 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 'VERSION < v"0.7.0-DEV" || (using Pkg); cd(Pkg.dir("LaTeX_Entities")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
You can’t perform that action at this time.
0 commit comments