Skip to content

Commit

Permalink
Merge pull request #206 from Hearst-DD/travis
Browse files Browse the repository at this point in the history
updated travis script to test multiple destinations
  • Loading branch information
tristanhimmelman committed Sep 15, 2015
2 parents 97ce6d8 + c2aa927 commit f2c1e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -19,8 +19,8 @@ before_install:
script:
- set -o pipefail
- xcodebuild -version
- xcodebuild -workspace ObjectMapper.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild -workspace ObjectMapper.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -configuration Release ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild -workspace ObjectMapper.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty -c
- xcodebuild -workspace ObjectMapper.xcworkspace -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO test | xcpretty -c

notifications:
email: false

0 comments on commit f2c1e8c

Please sign in to comment.