From 6324788a0b1109ea13eecfbcc761ee0fd7947b10 Mon Sep 17 00:00:00 2001 From: Jiajie Chen Date: Mon, 11 Mar 2019 18:19:26 +0800 Subject: [PATCH] Fix syntax in .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index efdf98a..f98a4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,10 +56,10 @@ install: fi - if [ $ARCH = x86_64 ]; then if [ $TRAVIS_OS_NAME = linux ]; then - sudo apt install musl + sudo apt install musl; elif [ $TRAVIS_OS_NAME = osx ]; then brew tap altkatz/homebrew-gcc_cross_compilers; - brew install FiloSottile/musl-cross/musl-cross + brew install FiloSottile/musl-cross/musl-cross; travis_wait brew install x64-elf-gcc; fi; fi