diff --git a/.travis.yml b/.travis.yml index 2179931..2f77c41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ os: - linux julia: - 1.3 + - 1.4 - nightly matrix: diff --git a/Project.toml b/Project.toml index 3b34f2d..2b4afd2 100644 --- a/Project.toml +++ b/Project.toml @@ -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"] \ No newline at end of file