Fix shell syntax

This commit is contained in:
Alex Crichton 2015-09-12 16:42:49 -07:00
parent 6ce2bae091
commit e47a450f34
1 changed files with 1 additions and 1 deletions

View File

@ -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