mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-13 00:56:30 +01:00
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
|
echo "Skipped for pull request"
|
|
exit 0
|
|
fi
|
|
|
|
test -f twidere/src/google/AndroidManifest.xml
|