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
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,11 @@ os:
10
10
- linux
11
11
- osx
12
12
- windows
13
+
13
14
jobs:
14
15
allow_failures:
15
16
- julia: nightly
16
17
- 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:
25
18
include:
26
19
- stage: "Documentation"
27
20
julia: 1.5
@@ -30,4 +23,10 @@ jobs:
30
23
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
31
24
- julia --project=docs/ -e 'using Pkg; Pkg.build("PDFIO"); include("docs/make.jl")'
32
25
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())'
0 commit comments