From caa69444141a858a98cfc35b77e3a6da7a7b51f6 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 15 Jan 2018 07:38:55 -0800 Subject: Travis - run tests only for changed code (#665) --- test.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'test.sh') 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 -- cgit v1.2.3