diff --git a/.travis.yml b/.travis.yml index 07f21297..0dc0885d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,9 @@ env: - TEST_TYPE=CocoaPods install: - | - if [ "$TEST_TYPE" = iOS ] || [ "$TEST_TYPE" = OSX ] || [ "$TEST_TYPE" = OSXDemo ]; then - bundle install - bundle exec pod install - fi + bundle install + bundle exec pod repo update + bundle exec pod install script: - | if [ "$TEST_TYPE" = iOS ]; then diff --git a/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme b/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme index cc7527f6..0beb80d1 100644 --- a/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme +++ b/Examples/LiveQueryDemo.xcodeproj/xcshareddata/xcschemes/LiveQueryDemo.xcscheme @@ -3,9 +3,23 @@ LastUpgradeVersion = "0720" version = "1.3"> + + + +