small fix

This commit is contained in:
merlokk 2019-08-18 17:43:34 +03:00
parent d84fd0f7d1
commit 6452c39583

View file

@ -50,5 +50,6 @@ script:
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
proxmark3 -h ;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
chmod a+w ./pm3test.sh;
./pm3test.sh;
fi