Test 0.7 and 1.0

This commit is contained in:
Josh Christie 2018-08-11 14:50:11 +01:00
parent c8307a0627
commit 59bdff2cae
3 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ os:
# - osx
julia:
- 0.7
- 1.0
- nightly
# uncomment the following lines to override the default test script
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

View File

@ -14,7 +14,7 @@ function load()
return
end
end
info("Downloading CMUDict dataset")
@info "Downloading CMUDict dataset"
mkpath(deps("cmudict"))
for x in suffixes
download("$cache_prefix/http://svn.code.sf.net/p/cmusphinx/code/trunk/cmudict/cmudict-$version$x",

View File

@ -12,7 +12,7 @@ include("layers/stateless.jl")
include("optimise.jl")
include("data.jl")
if Base.find_in_path("CuArrays") nothing
if Base.find_package("CuArrays") nothing
include("cuda/cuda.jl")
end