1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-02 09:46:51 +01:00
2017-04-26 02:12:12 +08:00

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