add Compat to see if it keeps Travis happier

This commit is contained in:
cormullion
2017-04-28 15:40:59 +01:00
parent a3da67ce7e
commit ed2e4ef899
2 changed files with 4 additions and 1 deletions

View File

@@ -2,6 +2,8 @@ module ClassicalCiphers
# Monoalphabetic
using Compat
include("common.jl")
include("monoalphabetic.jl")
include("caesar.jl")