From b289c36ac3be380df50abf408ab862bdbb7cea30 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 11 Nov 2019 04:07:58 -0600 Subject: [PATCH] Polishing (#120) * Checking Windows and nightly * move Test to extras * test as target * [skip ci] no nitghtly to save energy Co-Authored-By: Datseris --- .travis.yml | 4 ++-- Project.toml | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-) 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 0d4c0d8..8980b84 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.1" -[deps] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" - [compat] julia = "1" + + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[targets] +test = ["Test"]