Skip to content

Commit

Permalink
chore(Travis): addition verbose flag for more details
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienFalcou committed May 1, 2019
1 parent 544dac9 commit 88bf11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 88bf11f

Please sign in to comment.