Commit 8c3f42bb authored by Stefan Behnel's avatar Stefan Behnel

Fix typo in travis script.

parent 49ba632a
......@@ -123,7 +123,7 @@ before_install:
export CXX=g++-8
fi
if [ -n "$CC" ]; then "$CC" --version; else gcc --version; fi
if [ -n "$CXX" ]; then "$CC" --version; else g++ --version; fi
if [ -n "$CXX" ]; then "$CXX" --version; else g++ --version; fi
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