We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a54333 commit 04f6e7dCopy full SHA for 04f6e7d
.travis.yml
@@ -11,7 +11,7 @@ notifications:
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.checkout("DataTables", "dfk/statsmodel-purge"); Pkg.build("StatsModels"); Pkg.test("StatsModels"; coverage=true)'
+ - julia -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/JuliaData/DataTables.jl.git"); Pkg.build("StatsModels"); Pkg.test("StatsModels"; coverage=true)'
15
after_success:
16
# build and deploy documentation with Documenter.jl
17
- julia -e 'cd(Pkg.dir("StatsModels")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
0 commit comments