blob: 0b86b3a7700cb79dea3fda4e80e0c6d2c0137cad [file] [log] [blame]
Gabriel Peal06fdee22018-02-17 18:08:04 -08001#! /bin/bash
2if [ "$TRAVIS_PULL_REQUEST_SLUG" != "airbnb/lottie-android" ]; then
3 echo "Skipping gcloud run for PR because api keys are not available from forks."
4 exit 0
5fi
6
7gcloud firebase test android run --type instrumentation --device model=Nexus5X,version=26 --app LottieSample/build/outputs/apk/debug/LottieSample-debug.apk --test LottieSample/build/outputs/apk/androidTest/debug/LottieSample-debug-androidTest.apk
8./post_pr_comment.js