File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
26
26
julia : 0.7
27
27
os : linux
28
28
script :
29
- - julia -e 'import Pkg; Pkg.add (pwd()); Pkg.build("MLDatasets")'
29
+ - julia -e 'import Pkg; Pkg.clone (pwd()); Pkg.build("MLDatasets")'
30
30
- julia -e 'import Pkg; Pkg.add("Documenter")'
31
31
- julia -e 'import MLDatasets; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
32
32
33
33
# # uncomment the following lines to override the default test script
34
- script :
35
- - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
36
- - julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.add (pwd()); Pkg.build("MLDatasets"); Pkg.test("MLDatasets"; coverage=true)';
34
+ # script:
35
+ # - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
36
+ # - julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.clone (pwd()); Pkg.build("MLDatasets"); Pkg.test("MLDatasets"; coverage=true)';
37
37
38
38
after_success :
39
39
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
You can’t perform that action at this time.
0 commit comments