del spaces

This commit is contained in:
merlokk 2019-08-18 17:36:21 +03:00
parent fb6d2fdee8
commit d84fd0f7d1

View file

@ -34,7 +34,7 @@ addons:
- wget
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
taps: RfidResearchGroup/proxmark3
install:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew info proxmark3;
@ -51,4 +51,4 @@ script:
proxmark3 -h ;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
./pm3test.sh;
fi
fi