Skip to content

Commit 141e737

Browse files
authored
Update .travis.yml
Removing documentation task and moving to GitHub Actions.
1 parent 3fe79ef commit 141e737

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,6 @@ jobs:
1515
allow_failures:
1616
- julia: nightly
1717
- julia: 1.6
18-
include:
19-
- stage: "Documentation"
20-
julia: 1.5
21-
os: linux
22-
script:
23-
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
24-
- julia --project=docs/ -e 'using Pkg; Pkg.build("PDFIO"); include("docs/make.jl")'
25-
after_success: skip
2618

2719
notifications:
2820
email: false

0 commit comments

Comments
 (0)