Skip to content

Commit

Permalink
attempt #8
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdx committed Nov 28, 2015
1 parent 32b6e7f commit 82125f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 82125f0

Please sign in to comment.