Fix shell syntax
This commit is contained in:
parent
6ce2bae091
commit
e47a450f34
@ -1,6 +1,6 @@
|
||||
set -ex
|
||||
|
||||
if [ "$TRAVIS_OS_NAME" = "linux"]; then
|
||||
if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||
OS=unknown-linux-gnu
|
||||
else
|
||||
OS=apple-darwin
|
||||
|
Loading…
Reference in New Issue
Block a user