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.
2 parents fc76dee + 719b30d commit 1748c4bCopy full SHA for 1748c4b
.travis.yml
@@ -3,10 +3,8 @@ os:
3
- linux
4
- osx
5
julia:
6
- - 0.7
7
- - 1.0
8
- - 1.1
9
- 1.3
+ - 1
10
- nightly
11
addons:
12
# apt:
Project.toml
@@ -10,9 +10,9 @@ CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
[compat]
BufferedStreams = "0.4.1, 1"
13
-HDF5 = "0.11, 0.12"
+HDF5 = "0.11, 0.12, 0.13"
14
CodecZlib = "0.5, 0.6"
15
-julia = "0.7, 1"
+julia = "1.3"
16
17
[extras]
18
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
0 commit comments