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 02cc071 commit cadcb88Copy full SHA for cadcb88
.travis.yml
@@ -5,9 +5,10 @@ os:
5
- osx
6
7
julia:
8
- - 0.7
9
- - 1.0
10
- nightly
+ - 1
+ - 1.0
11
+ - 0.7
12
13
notifications:
14
email: false
@@ -17,8 +18,18 @@ after_success:
17
18
19
jobs:
20
include:
21
+ # Include intermediate Julia versions, but only on Linux
22
+ - julia: 1.1
23
+ os: linux
24
+ - julia: 1.2
25
26
+ - julia: 1.3
27
28
+ - julia: 1.4
29
30
+ # Documentation
31
- stage: "Documentation"
- julia: 1.0
32
+ julia: 1.5
33
os: linux
34
script:
35
- julia --project=docs/ -e 'using Pkg; Pkg.add(PackageSpec(path=pwd()));
appveyor.yml
@@ -1,6 +1,7 @@
1
environment:
2
matrix:
3
- julia_version: 0.7
4
+ - julia_version: 1.0
- julia_version: 1
- julia_version: nightly
0 commit comments