Skip to content

Commit

Permalink
Don't do a clean test build on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatoszko committed Dec 20, 2018
1 parent 471090a commit 11cde03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ before_script:
- sudo gem install xcpretty

script:
- xcodebuild clean test -scheme XiEditor | xcpretty -s && exit ${PIPESTATUS[0]}
- xcodebuild test -scheme XiEditor | xcpretty -s && exit ${PIPESTATUS[0]}

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 11cde03

Please sign in to comment.