Skip to content
Snippets Groups Projects
Commit e47a450f authored by Alex Crichton's avatar Alex Crichton
Browse files

Fix shell syntax

parent 6ce2bae0
No related branches found
No related tags found
No related merge requests found
set -ex set -ex
if [ "$TRAVIS_OS_NAME" = "linux"]; then if [ "$TRAVIS_OS_NAME" = "linux" ]; then
OS=unknown-linux-gnu OS=unknown-linux-gnu
else else
OS=apple-darwin OS=apple-darwin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment