Commit edfd510d authored by Davis King's avatar Davis King

more travis debug

parent ec72f92f
......@@ -5,6 +5,8 @@ set -eux
OUTDIR=cmake
rm -rf $OUTDIR
echo "Checking if cmake already downloaded"
if [ ! -x $OUTDIR/2.8/bin/cmake ] || [ ! -x $OUTDIR/3.1/bin/cmake ] || [ ! -x $OUTDIR/3.5/bin/cmake ]; then
echo "Didn't find it, clearing old cmake folder"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment