Skip to content

Commit c92733d

Browse files
author
Andrey Oskin
committed
fix documentation
1 parent 6d2755e commit c92733d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,13 @@ os:
66
julia:
77
- 1.3
88
- nightly
9-
matrix:
10-
allow_failures:
11-
- julia: nightly
12-
fast_finish: true
13-
notifications:
14-
email: false
159
after_success:
1610
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
11+
coveralls: true
1712
jobs:
13+
allow_failures:
14+
- julia: nightly
15+
fast_finish: true
1816
include:
1917
- stage: Documentation
2018
julia: 1.3
@@ -24,3 +22,5 @@ jobs:
2422
Pkg.instantiate();
2523
include("docs/make.jl");'
2624
after_success: skip
25+
notifications:
26+
email: false

0 commit comments

Comments
 (0)