mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-04-08 17:05:59 +02:00
Fixed flaw in bash scripting...
This commit is contained in:
parent
c66650bc06
commit
feeca2b258
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user