Skip to content

Commit 77f34f7

Browse files
author
KDr2
committed
recover ci jobs
1 parent 336239b commit 77f34f7

File tree

1 file changed

+99
-99
lines changed

1 file changed

+99
-99
lines changed

.travis.yml

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -10,105 +10,105 @@ jobs:
1010
- env: STAGE=dynamichmc
1111
- env: STAGE=benchmark
1212
include:
13-
# - stage: test
14-
# os: linux
15-
# julia: 1.0
16-
# env: STAGE=test
17-
# script:
18-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19-
# - julia --check-bounds=yes -e 'using Pkg;
20-
# Pkg.test("Turing"; coverage=true)'
21-
# - stage: test
22-
# os: linux
23-
# julia: 1.1
24-
# env: STAGE=test
25-
# script:
26-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
27-
# - julia --check-bounds=yes -e 'using Pkg;
28-
# Pkg.test("Turing"; coverage=true)'
29-
# - stage: numerical
30-
# allow_failures: true
31-
# julia: 1.0
32-
# os: linux
33-
# env: STAGE=numerical
34-
# script:
35-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
36-
# - julia --check-bounds=yes -e 'using Pkg;
37-
# Pkg.test("Turing"; coverage=true)'
38-
# - stage: numerical
39-
# allow_failures: true
40-
# julia: 1.1
41-
# os: linux
42-
# env: STAGE=numerical
43-
# script:
44-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
45-
# - julia --check-bounds=yes -e 'using Pkg;
46-
# Pkg.test("Turing"; coverage=true)'
47-
# - stage: test
48-
# julia: 1.0
49-
# if: branch = master
50-
# os: osx
51-
# env: STAGE=test
52-
# script:
53-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
54-
# - julia --check-bounds=yes -e 'using Pkg;
55-
# Pkg.test("Turing"; coverage=true)'
56-
# - stage: test
57-
# julia: 1.1
58-
# if: branch = master
59-
# os: osx
60-
# env: STAGE=test
61-
# script:
62-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
63-
# - julia --check-bounds=yes -e 'using Pkg;
64-
# Pkg.test("Turing"; coverage=true)'
65-
# - stage: stan
66-
# allow_failures: true
67-
# os: linux
68-
# julia: 1.0
69-
# env: STAGE=stan
70-
# script:
71-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
72-
# - julia --check-bounds=yes -e 'using Pkg;
73-
# Pkg.test("Turing"; coverage=true)'
74-
# - stage: stan
75-
# allow_failures: true
76-
# os: linux
77-
# julia: 1.1
78-
# env: STAGE=stan
79-
# script:
80-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
81-
# - julia --check-bounds=yes -e 'using Pkg;
82-
# Pkg.test("Turing"; coverage=true)'
83-
# - stage: dynamichmc
84-
# allow_failures: true
85-
# os: linux
86-
# julia: 1.0
87-
# env: STAGE=dynamichmc
88-
# script:
89-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
90-
# - julia --check-bounds=yes -e 'using Pkg;
91-
# Pkg.test("Turing"; coverage=true)'
92-
# - stage: dynamichmc
93-
# allow_failures: true
94-
# os: linux
95-
# julia: 1.1
96-
# env: STAGE=dynamichmc
97-
# script:
98-
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
99-
# - julia --check-bounds=yes -e 'using Pkg;
100-
# Pkg.test("Turing"; coverage=true)'
101-
# - stage: documentation
102-
# julia: 1.1
103-
# os: linux
104-
# if: branch = master
105-
# env: STAGE=documentation
106-
# script:
107-
# - julia -e 'using Pkg; Pkg.update();'
108-
# - julia -e 'using Pkg; Pkg.add("Documenter"), Pkg.add("DocumenterMarkdown"), Pkg.add("DynamicHMC")'
109-
# - julia -e 'using Pkg, Turing;
110-
# cd(joinpath(dirname(pathof(Turing)), ".."));
111-
# include(joinpath("docs", "make.jl"))'
13+
- stage: test
14+
os: linux
15+
julia: 1.0
16+
env: STAGE=test
17+
script:
18+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
19+
- julia --check-bounds=yes -e 'using Pkg;
20+
Pkg.test("Turing"; coverage=true)'
21+
- stage: test
22+
os: linux
23+
julia: 1.1
24+
env: STAGE=test
25+
script:
26+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
27+
- julia --check-bounds=yes -e 'using Pkg;
28+
Pkg.test("Turing"; coverage=true)'
29+
- stage: numerical
30+
allow_failures: true
31+
julia: 1.0
32+
os: linux
33+
env: STAGE=numerical
34+
script:
35+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
36+
- julia --check-bounds=yes -e 'using Pkg;
37+
Pkg.test("Turing"; coverage=true)'
38+
- stage: numerical
39+
allow_failures: true
40+
julia: 1.1
41+
os: linux
42+
env: STAGE=numerical
43+
script:
44+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
45+
- julia --check-bounds=yes -e 'using Pkg;
46+
Pkg.test("Turing"; coverage=true)'
47+
- stage: test
48+
julia: 1.0
49+
if: branch = master
50+
os: osx
51+
env: STAGE=test
52+
script:
53+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
54+
- julia --check-bounds=yes -e 'using Pkg;
55+
Pkg.test("Turing"; coverage=true)'
56+
- stage: test
57+
julia: 1.1
58+
if: branch = master
59+
os: osx
60+
env: STAGE=test
61+
script:
62+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
63+
- julia --check-bounds=yes -e 'using Pkg;
64+
Pkg.test("Turing"; coverage=true)'
65+
- stage: stan
66+
allow_failures: true
67+
os: linux
68+
julia: 1.0
69+
env: STAGE=stan
70+
script:
71+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
72+
- julia --check-bounds=yes -e 'using Pkg;
73+
Pkg.test("Turing"; coverage=true)'
74+
- stage: stan
75+
allow_failures: true
76+
os: linux
77+
julia: 1.1
78+
env: STAGE=stan
79+
script:
80+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
81+
- julia --check-bounds=yes -e 'using Pkg;
82+
Pkg.test("Turing"; coverage=true)'
83+
- stage: dynamichmc
84+
allow_failures: true
85+
os: linux
86+
julia: 1.0
87+
env: STAGE=dynamichmc
88+
script:
89+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
90+
- julia --check-bounds=yes -e 'using Pkg;
91+
Pkg.test("Turing"; coverage=true)'
92+
- stage: dynamichmc
93+
allow_failures: true
94+
os: linux
95+
julia: 1.1
96+
env: STAGE=dynamichmc
97+
script:
98+
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
99+
- julia --check-bounds=yes -e 'using Pkg;
100+
Pkg.test("Turing"; coverage=true)'
101+
- stage: documentation
102+
julia: 1.1
103+
os: linux
104+
if: branch = master
105+
env: STAGE=documentation
106+
script:
107+
- julia -e 'using Pkg; Pkg.update();'
108+
- julia -e 'using Pkg; Pkg.add("Documenter"), Pkg.add("DocumenterMarkdown"), Pkg.add("DynamicHMC")'
109+
- julia -e 'using Pkg, Turing;
110+
cd(joinpath(dirname(pathof(Turing)), ".."));
111+
include(joinpath("docs", "make.jl"))'
112112
- stage: benchmark
113113
julia: 1.1
114114
os: linux

0 commit comments

Comments
 (0)