From 6452c395833a322a37ee24b1eb9fbee65b900b8a Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Sun, 18 Aug 2019 17:43:34 +0300 Subject: [PATCH] small fix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index dd4b42898..e272ea9cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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