mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 15:20:27 +08:00
del spaces
This commit is contained in:
parent
fb6d2fdee8
commit
d84fd0f7d1
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ addons:
|
||||||
- wget
|
- wget
|
||||||
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
||||||
taps: RfidResearchGroup/proxmark3
|
taps: RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew info proxmark3;
|
brew info proxmark3;
|
||||||
|
@ -51,4 +51,4 @@ script:
|
||||||
proxmark3 -h ;
|
proxmark3 -h ;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
./pm3test.sh;
|
./pm3test.sh;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue