Skip to content

Commit 3e2874b

Browse files
committed
fix travis script
1 parent 2e63abd commit 3e2874b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ julia:
88
- nightly
99
notifications:
1010
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)'
11+
script:
12+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
13+
- julia -e 'import Pkg; Pkg.clone(pwd()); Pkg.build("SparseRegression"); Pkg.test("SparseRegression"; coverage=true)'
1414
after_success:
1515
- julia -e 'import Pkg; Pkg.add("Documenter")'
1616
- julia -e 'import Pkg; cd(Pkg.dir("SparseRegression")); include(joinpath("docs", "make.jl"))'

0 commit comments

Comments
 (0)