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 03e3c68 commit d9ed291Copy full SHA for d9ed291
.travis.yml
@@ -6,7 +6,13 @@ julia:
6
- 0.7
7
- 1.0
8
- 1.1
9
+ - 1.2
10
+ - 1.3
11
+ - 1.4
12
- nightly
13
+matrix:
14
+ allow_failures:
15
+ - julia: nightly
16
notifications:
17
email: false
18
# uncomment the following lines to override the default test script
appveyor.yml
@@ -3,7 +3,13 @@ environment:
3
- julia_version: 0.7
4
- julia_version: 1.0
5
- julia_version: 1.1
+ - julia_version: 1.2
+ - julia_version: 1.3
+ - julia_version: 1.4
- julia_version: nightly
+ - julia_version: nightly
platform:
- x86 # 32-bit
- x64 # 64-bit
0 commit comments