From 82125f0f5b1248b983e21a2fe074d4b61a8bc85b Mon Sep 17 00:00:00 2001 From: Andrei Zhabinski Date: Sat, 28 Nov 2015 03:19:24 +0300 Subject: [PATCH] attempt #8 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f4544d0..4ff9c02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,6 @@ before_install: script: - cd ${TRAVIS_BUILD_DIR} - julia -e 'Pkg.checkout("OpenCL")' - - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("CLBLAS"))`); Pkg.pin("CLBLAS"); Pkg.resolve()' + - julia -e 'Pkg.checkout("CLBLAS")' + # - julia -e 'Pkg.init(); run(`ln -s $(pwd()) $(Pkg.dir("CLBLAS"))`); Pkg.pin("CLBLAS"); Pkg.resolve()' - julia test/runtests.jl