diff --git a/Project.toml b/Project.toml index 79c6b82..8293200 100644 --- a/Project.toml +++ b/Project.toml @@ -10,3 +10,12 @@ LasIO = "570499db-eae3-5eb6-bdd5-a5326f375e68" Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +julia = ">= 1.0" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"] diff --git a/REQUIRE b/REQUIRE deleted file mode 100644 index 4e36821..0000000 --- a/REQUIRE +++ /dev/null @@ -1,5 +0,0 @@ -julia 0.7 -FileIO -Parameters -LasIO 0.2.0 -BinaryProvider diff --git a/appveyor.yml b/appveyor.yml index 9a61773..e918d21 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ environment: matrix: - - julia_version: 1 + - julia_version: 1.0 + - julia_version: 1.1 - julia_version: nightly platform: