mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
travis fix
This commit is contained in:
parent
2510caff46
commit
7eb14b015e
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue