Skip to content

Commit f1a0bb8

Browse files
committed
removing matrix
1 parent 341db4d commit f1a0bb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ julia:
66
- 1.0
77
- 1.4
88
- nightly
9-
matrix:
10-
allow_failures:
11-
- julia: nightly
129
notifications:
1310
email: false
1411
after_success:
1512
# push coverage results to Codecov
1613
- julia -e 'using Pkg; pkg"add Coverage"; using Coverage; Codecov.submit(Codecov.process_folder())'
1714

1815
jobs:
16+
allow_failures:
17+
- julia: nightly
1918
include:
2019
- stage: "Documentation"
2120
julia: 1.4

0 commit comments

Comments
 (0)