Skip to content

Commit d22a69e

Browse files
author
Pietro Vertechi
authored
Merge pull request #83 from piever/pv/julia12
test on julia 1.2
2 parents 0326baf + 8b1ac1c commit d22a69e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ os:
66
julia:
77
- 1.0
88
- 1.1
9+
- 1.2
910
- nightly
1011
notifications:
1112
email: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720"
77
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
88

99
[compat]
10-
julia = "1.0"
10+
julia = "1"
1111
PooledArrays = ">=0.5"
1212

1313
[extras]

0 commit comments

Comments
 (0)