Skip to content

Commit 8748361

Browse files
authored
Update .travis.yml
One more attempt to fix.
1 parent f835c8d commit 8748361

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.travis.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,11 @@ os:
1010
- linux
1111
- osx
1212
- windows
13+
1314
jobs:
1415
allow_failures:
1516
- julia: nightly
1617
- julia: 1.6
17-
18-
notifications:
19-
email: false
20-
21-
after_success:
22-
- julia -e 'import PDFIO; cd(joinpath(dirname(pathof(PDFIO)), "..")); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
23-
24-
jobs:
2518
include:
2619
- stage: "Documentation"
2720
julia: 1.5
@@ -30,4 +23,10 @@ jobs:
3023
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3124
- julia --project=docs/ -e 'using Pkg; Pkg.build("PDFIO"); include("docs/make.jl")'
3225
after_success: skip
26+
27+
notifications:
28+
email: false
29+
30+
after_success:
31+
- julia -e 'import PDFIO; cd(joinpath(dirname(pathof(PDFIO)), "..")); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
3332

0 commit comments

Comments
 (0)