From 93e2e4f26baaa1dc8cc01ca34c9caa5a0a9624c8 Mon Sep 17 00:00:00 2001 From: George Datseris Date: Tue, 2 Jul 2019 17:34:47 +0200 Subject: [PATCH] remove tests for +/- --- .travis.yml | 3 ++- Project.toml | 2 +- test/note.jl | 8 -------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 799d545..67a2210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ os: - osx julia: - 1.0 - - nightly + - 1.1 + # - nightly matrix: allow_failures: - julia: nightly diff --git a/Project.toml b/Project.toml index 1f13393..e6126bc 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MIDI" uuid = "f57c4921-e30c-5f49-b073-3f2f2ada663e" repo = "https://github.com/JuliaMusic/MIDI.jl.git" -version = "1.4.1" +version = "1.4.2" [deps] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/test/note.jl b/test/note.jl index 6047c11..ce4ba70 100644 --- a/test/note.jl +++ b/test/note.jl @@ -1,11 +1,3 @@ -@testset "Note" begin - @testset "it should correctly get the pitch of a note after we perform basic arithmetic to it" begin - @test (MIDI.Note(60, 96, 0, 5) + 2).pitch == 62 - @test (MIDI.Note(60, 96, 0, 5) - 2).pitch == 58 - @test (MIDI.Note(60, 96, 0, 5) + 0).pitch == 60 - end -end - cd(@__DIR__) @testset "Notes" begin