1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-08 15:58:40 +01:00

9 lines
158 B
Bash
Raw Normal View History

2017-04-26 00:16:28 +08:00
#!/bin/bash
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
2017-04-26 02:12:12 +08:00
echo "Skipped for pull request"
2017-04-26 01:15:41 +08:00
exit 0
2017-04-26 00:16:28 +08:00
fi
2017-04-26 01:15:41 +08:00
test -f twidere/src/google/AndroidManifest.xml