mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-15 11:43:14 +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;
|
make all;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- chmod +x pm3test.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
## start and run a test script
|
## start and run a test script
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
proxmark3 -h ;
|
proxmark3 -h ;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
chmod a+w ./pm3test.sh;
|
|
||||||
./pm3test.sh;
|
./pm3test.sh;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue