diff --git a/.travis.yml b/.travis.yml index f64c29d..eae0eaa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ language: objective-c # - pod install --project-directory=Example script: - pod lib lint -- xcodebuild clean build -workspace Example/SoundWave.xcworkspace -scheme 'SoundWave-Example' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c +- xcodebuild clean build --verbose -workspace Example/SoundWave.xcworkspace -scheme 'SoundWave-Example' -sdk iphonesimulator PLATFORM_NAME=iphonesimulator -configuration Debug | xcpretty -c