Skip to content

Commit 865a3d5

Browse files
authored
Merge pull request #32 from JuliaGeometry/sjk/compat12
Bump minimum Julia to 1.2
2 parents eb0d567 + 50ecba9 commit 865a3d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: julia
33
os:
44
- linux
55
julia:
6+
- 1.2
67
- 1
78
if: branch = master OR tag IS present OR type = pull_request
89
notifications:

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IterTools = "1.3.0"
1515
StaticArrays = "0.12"
1616
StructArrays = "0.3,0.4"
1717
Tables = "0.2, 1"
18-
julia = "1.1"
18+
julia = "1.2"
1919

2020
[extras]
2121
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

0 commit comments

Comments
 (0)