mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2024-12-12 00:27:49 +01:00
7 lines
123 B
Bash
7 lines
123 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
|
||
|
return 0
|
||
|
fi
|
||
|
|
||
|
test -f twidere/src/google/AndroidManifest.xml
|