We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032327a commit ef47b4aCopy full SHA for ef47b4a
2 files changed
.travis.yml
@@ -3,16 +3,16 @@ os:
3
- linux
4
- osx
5
julia:
6
- - 0.7
7
- 1.0
8
- 1.1
9
- 1.2
+ - 1
10
- nightly
11
notifications:
12
email: false
13
matrix:
14
allow_failures:
15
- - julia: nightly
+ # - julia: nightly
16
17
# script:
18
# # Default Travis script uses the more or less the following with Project.toml
Project.toml
@@ -1,6 +1,6 @@
1
name = "AxisArrays"
2
uuid = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
-version = "0.3.3"
+version = "0.4.0"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -11,7 +11,7 @@ RangeArrays = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d"
[compat]
IntervalSets = "≥ 0.1.0"
Unitful = "≥ 0.2.6"
-julia = "≥ 0.7.0"
+julia = "1"
[extras]
0 commit comments