mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 06:13:27 -07:00
fix echo travis
This commit is contained in:
parent
3adc68f356
commit
bdfc73fd97
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ before_install:
|
|||
## Install ARM toolchain on Linux.
|
||||
## add our homebrew tap for MacOS
|
||||
## Note: all dependencies on MacOS should be resolved by the brew install command
|
||||
echo "set repository name: $REPOSITORY_EP"
|
||||
echo REPOSITORY_EP
|
||||
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
sudo apt-get update -qq;
|
||||
sudo apt-get install -y gcc-arm-none-eabi;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue