diff --git a/.travis.yml b/.travis.yml index 67a2210..fcd9042 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: julia os: - linux - osx + - windows julia: - 1.0 - - 1.1 - # - nightly + # - nightly # commented to save energy and time matrix: allow_failures: - julia: nightly diff --git a/Project.toml b/Project.toml index d6de232..23de731 100644 --- a/Project.toml +++ b/Project.toml @@ -3,8 +3,12 @@ uuid = "f57c4921-e30c-5f49-b073-3f2f2ada663e" repo = "https://github.com/JuliaMusic/MIDI.jl.git" version = "1.5.2" -[deps] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [compat] julia = "1" + + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"]