We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eb0d567 + 50ecba9 commit 865a3d5Copy full SHA for 865a3d5
.travis.yml
@@ -3,6 +3,7 @@ language: julia
3
os:
4
- linux
5
julia:
6
+ - 1.2
7
- 1
8
if: branch = master OR tag IS present OR type = pull_request
9
notifications:
Project.toml
@@ -15,7 +15,7 @@ IterTools = "1.3.0"
15
StaticArrays = "0.12"
16
StructArrays = "0.3,0.4"
17
Tables = "0.2, 1"
18
-julia = "1.1"
+julia = "1.2"
19
20
[extras]
21
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
0 commit comments