travis fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user