make travis great again (yml parsing failure)
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -39,7 +39,7 @@ install:
|
|||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew info proxmark3;
|
brew info proxmark3;
|
||||||
brew options proxmark3;
|
brew options proxmark3;
|
||||||
brew install --HEAD proxmark3;
|
brew install --verbose --HEAD proxmark3;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
make clean;
|
make clean;
|
||||||
make all V=1;
|
make all V=1;
|
||||||
@@ -52,14 +52,6 @@ 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 ;
|
||||||
# cd /Users/travis/Library/Caches/Homebrew/proxmark3--git;
|
|
||||||
# chmod +x pm3test.sh;
|
|
||||||
# pwd;
|
|
||||||
# ls -la;
|
|
||||||
# cd client;
|
|
||||||
# ls-la;
|
|
||||||
# cd ..;
|
|
||||||
# ./pm3test.sh;
|
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
./pm3test.sh;
|
./pm3test.sh;
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user