diff --git a/.travis.yml b/.travis.yml index 928a121..72fe3ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,10 @@ osx_image: xcode8 # - gem install cocoapods # Since Travis is not always on latest version # - pod install --project-directory=Example script: -- set -o pipefail && xcodebuild test -project Caishen.xcodeproj -scheme CaishenTests -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty -- pod lib lint +- xcodebuild test -project Caishen.xcodeproj -scheme CaishenTests -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' +- pod lib lint --quick before_install: - rvm install ruby-2.3.1 && rvm use 2.3.1 - gem install bundler -- gem install cocoapods --no-rdoc --no-ri --no-document --quiet \ No newline at end of file +- gem install cocoapods --no-rdoc --no-ri --no-document --quiet