diff --git a/.travis.yml b/.travis.yml index 45d2cc7..cacdde4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: julia -julia: - - 0.6 +julia: - 0.7 - 1.0 - nightly diff --git a/src/OSC.jl b/src/OSC.jl index b6ec078..a11001f 100644 --- a/src/OSC.jl +++ b/src/OSC.jl @@ -16,7 +16,7 @@ module OSC -using Base.Printf +using Printf import Base: show, getindex export OscMsg, path @@ -325,7 +325,7 @@ function showField(io::IO, msg::OscMsg, arg_id) 'T' true; 'F' false; 'I' Inf; - 'N' Void] + 'N' Nothing] dict = Dict{Char, Any}(zip(Vector{Char}(map[:,1][:]),map[:,2][:])) typeChar::Char = argType(msg, arg_id) value = msg[arg_id]