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 9
9
notifications :
10
10
email : false
11
11
# 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)'
15
15
after_success :
16
16
# push coverage results to Coveralls
17
17
- 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