aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.sh
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-01-15 07:38:55 -0800
committerGravatar GitHub <noreply@github.com>2018-01-15 07:38:55 -0800
commitcaa69444141a858a98cfc35b77e3a6da7a7b51f6 (patch)
tree8bbb037da86bb7170eea7a776cb20d3876be07a6 /test.sh
parent2c0cacd3ee9d78a095de6069f7b59415f647718b (diff)
Travis - run tests only for changed code (#665)
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/test.sh b/test.sh
index 367205a..ee3be7c 100755
--- a/test.sh
+++ b/test.sh
@@ -70,6 +70,3 @@ if [ $RESULT != 0 ]; then exit $RESULT; fi
test_tvOS; RESULT=$?
if [ $RESULT != 0 ]; then exit $RESULT; fi
-
-# Also test Firestore
-Firestore/test.sh