Commit f302ab6f authored by Davis King's avatar Davis King

Try to fix travis

parent 8587ccd0
......@@ -4,7 +4,7 @@
set -eux
echo "Checking if cmake already downloaded"
if [[ ! -x cmake/2.8/bin/cmake || ! -x cmake/3.1/bin/cmake || ! -x cmake/3.5/bin/cmake ]]; then
if [ ! -x cmake/2.8/bin/cmake ] || [ ! -x cmake/3.1/bin/cmake ] || [ ! -x cmake/3.5/bin/cmake ]; then
echo "Didn't find it, clearing old cmake folder"
rm -rf cmake
fi
......
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