mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-07-08 05:30:47 +00:00
Fixed flaw in bash scripting...
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ before_install:
|
||||
export TARGET=x86_64-unknown-linux-gnu;
|
||||
elif [[ $TRAVIS_OS_NAME == "windows" ]]; then
|
||||
export TARGET=x86_64-pc-windows-msvc;
|
||||
elif [[ $TRAVIS_OS_NAME == "osx" ]] then
|
||||
elif [[ $TRAVIS_OS_NAME == "osx" ]]; then
|
||||
export TARGET=x86_64-apple-darwin;
|
||||
fi
|
||||
before_script: rustup target add $TARGET
|
||||
|
||||
Reference in New Issue
Block a user