travis fix

This commit is contained in:
merlokk 2019-08-18 18:12:18 +03:00
parent 2510caff46
commit 7eb14b015e

View file

@ -45,11 +45,13 @@ install:
make all;
fi
before_script:
- chmod +x pm3test.sh
script:
## start and run a test script
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
proxmark3 -h ;
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
chmod a+w ./pm3test.sh;
./pm3test.sh;
fi