diff --git a/.travis.yml b/.travis.yml index 1e63bd3a..8c363ccb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ notifications: # uncomment the following lines to override the default test script script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - julia -e 'Pkg.add("MXNet")' - julia -e 'Pkg.clone("https://github.com/MikeInnes/DataFlow.jl")' - julia -e 'Pkg.clone(pwd()); Pkg.build("Flux"); Pkg.test("Flux"; coverage=true)' after_success: