Skip to content

Commit

Permalink
Disable emails on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoffer Winterkvist committed Oct 31, 2016
1 parent 9588169 commit d44a273
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ script:
- xcodebuild clean build -project Hue.xcodeproj -scheme Hue-iOS -sdk iphonesimulator | xcpretty - c && exit ${PIPESTATUS[0]}
- xcodebuild test -project Hue.xcodeproj -scheme Hue-iOS -sdk iphonesimulator -destination name="iPhone 6" | xcpretty - c && exit ${PIPESTATUS[0]}
- xcodebuild clean build test -project Hue.xcodeproj -scheme Hue-tvOS -sdk appletvsimulator -destination "name=Apple TV 1080p" | xcpretty - c && exit ${PIPESTATUS[0]}

notifications:
email: false

0 comments on commit d44a273

Please sign in to comment.