Skip to content

Commit

Permalink
Merge pull request #728 from josh64x2/travis-improvements
Browse files Browse the repository at this point in the history
Set CI to use Test instead of Build
  • Loading branch information
josh64x2 committed Nov 5, 2016
2 parents 88ecb57 + 9ce1c36 commit 9a2169d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -5,8 +5,7 @@ xcode_scheme: Vienna
before_script:
- gem install xcpretty

# script: xctool -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME"
script: xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" -configuration Development | xcpretty
script: xcodebuild -workspace "$TRAVIS_XCODE_WORKSPACE" -scheme "$TRAVIS_XCODE_SCHEME" test | xcpretty
notifications:
slack:
secure: KaYeG8xgiCCROn0yBrDj0xMI5f1LECVgqJalp+2APy2AdQzHmYQdysiy6c1xNL1//kW3TPAakopgpBwpQ6YTVBfI9F/n9SCvMEwHKKZVT1kwqYJDNwGKXy1tXJKQfhI2x6bs2+HJOgOTLhU+otrDlYyZWEel56q/NzNVx0dwHFs=
Expand Down

0 comments on commit 9a2169d

Please sign in to comment.