You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+23-13Lines changed: 23 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,34 @@ os:
4
4
- linux
5
5
- osx
6
6
julia:
7
-
- 0.6
7
+
- 0.7
8
+
- 1.0
8
9
- nightly
9
10
matrix:
10
11
allow_failures:
11
12
- julia: nightly
12
13
addons:
13
14
apt_packages:
14
15
- gfortran
15
-
# uncomment the following lines to override the default test script
16
-
script:
17
-
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
18
-
- julia --check-bounds=yes --depwarn=no -e 'Pkg.clone(pwd()); Pkg.build("VarianceComponentModels"); Pkg.test("VarianceComponentModels"; coverage=true)'
19
-
after_success:
20
-
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("VarianceComponentModels")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'
21
-
- julia -e 'Pkg.add("Documenter"); cd(Pkg.dir("VarianceComponentModels")); include(joinpath("docs", "make.jl"))'
Use the backspace key to return to the Julia REPL.
16
21
17
22
## Citation
18
23
19
-
If you use this analysis package in your research, please cite the following reference in the resulting publications:
24
+
If you use [OpenMendel](https://openmendel.github.io) analysis packages in your research, please cite the following reference in the resulting publications:
20
25
21
26
*Lange K, Papp JC, Sinsheimer JS, Sripracha R, Zhou H, Sobel EM (2013) Mendel: The Swiss army knife of genetic analysis programs. Bioinformatics 29:1568-1570.*
0 commit comments