From 3fdf01e62fcf94f75c58b1ffe1f9aa576d74fced Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Wed, 1 Feb 2017 13:06:28 +0530 Subject: [PATCH] remove mxnet too for now --- .travis.yml | 1 - 1 file changed, 1 deletion(-) 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: