diff --git a/.travis.yml b/.travis.yml
index fb0c7b4309e827766035a3c8406d55dc0e09b82f..38d56cd8958a32f3e2f2c6a07bedfbd192f15c92 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,6 @@ before_install:
     gem install xcpretty -N --no-ri --no-rdoc
   elif [ "$TEST_TYPE" = CocoaPods ]; then
     gem install cocoapods --pre --quiet --no-ri --no-rdoc
-    pod setup --silent
-    pod repo update --silent
   elif [ "$TEST_TYPE" = Carthage ]; then
     brew update
     brew install carthage || brew upgrade carthage