fix bash syntax

master
Jorge Aparicio 2016-08-13 17:24:52 -05:00
parent 0c2ef10160
commit c277cc67be
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ install_xargo() {
}
main() {
if [[ $TRAVIS_OS_NAME == "osx" || ${IN_DOCKER_CONTAINER:-n} == "y" ]]
if [[ $TRAVIS_OS_NAME == "osx" || ${IN_DOCKER_CONTAINER:-n} == "y" ]]; then
install_qemu
install_binutils
install_rust