Skip to content

Commit ef47b4a

Browse files
DilumAluthgetimholy
authored andcommitted
Test on Julia 1.3, drop support for Julia 0.7, bump version to 0.4.0 (#173)
1 parent 032327a commit ef47b4a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ os:
33
- linux
44
- osx
55
julia:
6-
- 0.7
76
- 1.0
87
- 1.1
98
- 1.2
9+
- 1
1010
- nightly
1111
notifications:
1212
email: false
1313
matrix:
1414
allow_failures:
15-
- julia: nightly
15+
# - julia: nightly
1616

1717
# script:
1818
# # Default Travis script uses the more or less the following with Project.toml

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "AxisArrays"
22
uuid = "39de3d68-74b9-583c-8d2d-e117c070f3a9"
3-
version = "0.3.3"
3+
version = "0.4.0"
44

55
[deps]
66
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
@@ -11,7 +11,7 @@ RangeArrays = "b3c3ace0-ae52-54e7-9d0b-2c1406fd6b9d"
1111
[compat]
1212
IntervalSets = "≥ 0.1.0"
1313
Unitful = "≥ 0.2.6"
14-
julia = "≥ 0.7.0"
14+
julia = "1"
1515

1616
[extras]
1717
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

0 commit comments

Comments
 (0)