You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .travis.yml
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,12 @@ julia:
7
7
- 1.0
8
8
- nightly
9
9
matrix:
10
-
#allow_failures:
11
-
#- julia: nightly
10
+
allow_failures:
11
+
- julia: nightly
12
12
notifications:
13
13
email: false
14
14
before_install:
15
15
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
16
16
after_success:
17
17
- julia -e 'cd(Pkg.dir("DistributedArrays")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
18
+
- julia -e 'cd(Pkg.dir("DistributedArrays")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl"))'
0 commit comments