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 2e63abd commit 3e2874bCopy full SHA for 3e2874b
.travis.yml
@@ -8,9 +8,9 @@ julia:
8
- nightly
9
notifications:
10
email: false
11
-# script:
12
-# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13
-# - julia -e 'Pkg.clone(pwd()); Pkg.build("SparseRegression"); Pkg.test("SparseRegression"; coverage=true)'
+script:
+ - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
+ - julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("SparseRegression"); Pkg.test("SparseRegression"; coverage=true)'
14
after_success:
15
- julia -e 'import Pkg; Pkg.add("Documenter")'
16
- julia -e 'import Pkg; cd(Pkg.dir("SparseRegression")); include(joinpath("docs", "make.jl"))'
0 commit comments