diff --git a/.travis.yml b/.travis.yml index 9465283e..0d75c414 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,3 @@ script: - set -o pipefail && xcodebuild test -project C4iOS.xcodeproj -scheme C4 -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty - pod lib lint -before_install: - - brew update - - brew install swiftlint - - gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet