Skip to content

Commit

Permalink
debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Nov 21, 2014
1 parent e4190d2 commit ff36f17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ script:
done;
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
- cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia-debug --check-bounds=yes runtests.jl all
- git --version
- /tmp/julia/bin/julia --print "Base.Pkg.Git.version()"
- cd /tmp/julia/share/julia/test && /tmp/julia/bin/julia runtests.jl pkg
- cd - && mv julia2 julia
- echo "Ready for packaging..."

0 comments on commit ff36f17

Please sign in to comment.