Skip to content

Commit

Permalink
Eliminate OSX debugging stuff in travis recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Aug 8, 2014
1 parent c151536 commit 32d58f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ script:
for name in spqr umfpack colamd cholmod amd suitesparse_wrapper; do
install -pm755 usr/lib/lib${name}*.dylib* /tmp/julia/lib/julia/;
done;
otool -L /tmp/julia/lib/julia/*;
fi
- cd .. && mv julia julia2
- cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl all && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl pkg
Expand Down

0 comments on commit 32d58f5

Please sign in to comment.