提交 71249967 编写于 作者: S Sam Judd

Don’t run Firebase tests on pull requests.

See https://goo.gl/yCdtpF for details.
上级 033ddf7c
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
set -e set -e
if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then
echo "Unable to run Firebase tests for pull requests, exiting"
exit 0
fi
./gradlew :instrumentation:assembleDebug :instrumentation:assembleDebugAndroidTest --parallel & ./gradlew :instrumentation:assembleDebug :instrumentation:assembleDebugAndroidTest --parallel &
pid=$! pid=$!
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册