Skip to content

Commit fbef602

Browse files
committed
Try to fix the docs
1 parent f098c07 commit fbef602

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.travis.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,23 @@ os:
66
julia:
77
- 1
88
- nightly
9-
matrix:
9+
10+
jobs:
1011
allow_failures:
1112
- julia: nightly
12-
notifications:
13-
email: false
13+
include:
14+
- stage: "Documentation"
15+
julia: 1
16+
os: linux
17+
script:
18+
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
19+
Pkg.instantiate()'
20+
- julia --project=docs/ docs/make.jl
21+
after_success: skip
22+
1423
after_success:
1524
- julia -e 'import Pkg; cd(Pkg.dir("QuantumOpticsBase")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1625
- julia -e 'import Pkg; cd(Pkg.dir("QuantumOpticsBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
1726

18-
jobs:
19-
include:
20-
- stage: "Documentation"
21-
julia: 1.2
22-
os: linux
23-
script:
24-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
25-
Pkg.instantiate()'
26-
- julia --project=docs/ docs/make.jl
27-
after_success: skip
27+
notifications:
28+
email: false

0 commit comments

Comments
 (0)