Skip to content

Commit f835c8d

Browse files
authored
Update .travis.yml
Fixing the jobs in travis
1 parent 4528a51 commit f835c8d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ os:
1010
- linux
1111
- osx
1212
- windows
13+
jobs:
14+
allow_failures:
15+
- julia: nightly
16+
- julia: 1.6
1317

1418
notifications:
1519
email: false
@@ -18,9 +22,6 @@ after_success:
1822
- julia -e 'import PDFIO; cd(joinpath(dirname(pathof(PDFIO)), "..")); using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1923

2024
jobs:
21-
allow_failures:
22-
- julia: nightly
23-
- julia: 1.6
2425
include:
2526
- stage: "Documentation"
2627
julia: 1.5

0 commit comments

Comments
 (0)