Skip to content

Commit

Permalink
test on 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonProtter committed Apr 4, 2020
1 parent 134d01b commit a45343a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ os:
- linux
julia:
- 1.3
- 1.4
- nightly

matrix:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"

[compat]
julia = "1.3"
julia = "1.3, 1.4"

[extras]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "BenchmarkTools"]
test = ["Test", "BenchmarkTools"]

0 comments on commit a45343a

Please sign in to comment.