Test 0.7 and 1.0
This commit is contained in:
parent
c8307a0627
commit
59bdff2cae
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue