Skip to content

Commit ec61e8e

Browse files
authored
Update .travis.yml
1 parent 97fa93c commit ec61e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
julia: 0.7
2727
os: linux
2828
script:
29-
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("MLDatasets")'
29+
- julia -e 'import Pkg; Pkg.add(pwd()); Pkg.build("MLDatasets")'
3030
- julia -e 'import Pkg; Pkg.add("Documenter")'
3131
- julia -e 'import MLDatasets; ENV["DOCUMENTER_DEBUG"] = "true"; include(joinpath("docs","make.jl"))'
3232

3333
## uncomment the following lines to override the default test script
3434
script:
3535
- 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)';
36+
- julia --check-bounds=yes --color=yes -e 'import Pkg; Pkg.add(pwd()); Pkg.build("MLDatasets"); Pkg.test("MLDatasets"; coverage=true)';
3737

3838
after_success:
3939
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'

0 commit comments

Comments
 (0)