We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b268b commit 2dd1e3bCopy full SHA for 2dd1e3b
.travis.yml
@@ -6,6 +6,7 @@ os:
6
julia:
7
- 1.3
8
- 1.4
9
+ - 1.5
10
- nightly
11
after_success:
12
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
@@ -15,7 +16,7 @@ jobs:
15
16
fast_finish: true
17
include:
18
- stage: Documentation
- julia: 1.4
19
+ julia: 1.5
20
script: julia --project=docs -e '
21
using Pkg;
22
Pkg.develop(PackageSpec(path=pwd()));
0 commit comments