Skip to content

Commit 2b6ad10

Browse files
Adds clean step.
1 parent 3e7d9ab commit 2b6ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ before_install:
66
- gem install cocoapods -v 1.1.1
77
- pod install --project-directory=Example
88
script:
9-
- set -o pipefail && xcodebuild test -workspace Example/KeyboardController.xcworkspace -scheme KeyboardController-Example -sdk iphonesimulator -destination 'name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty
9+
- set -o pipefail && xcodebuild clean test -workspace Example/KeyboardController.xcworkspace -scheme KeyboardController-Example -sdk iphonesimulator -destination 'name=iPhone 6,OS=10.0' ONLY_ACTIVE_ARCH=NO | xcpretty
1010
- pod lib lint

0 commit comments

Comments
 (0)