Skip to content

Commit 4528a51

Browse files
authored
Update .travis.yml
Fixing config errors
1 parent c741cb2 commit 4528a51

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

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

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

2420
jobs:
21+
allow_failures:
22+
- julia: nightly
23+
- julia: 1.6
2524
include:
2625
- stage: "Documentation"
2726
julia: 1.5

0 commit comments

Comments
 (0)