Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
serralvo committed Jan 5, 2017
1 parent 86c6cba commit be9c310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,4 +14,4 @@ osx_image: xcode8.2
xcode_sdk: iphonesimulator9.3

script:
- xcodebuild -project TextFieldCounter/TextFieldCounter.xcodeproj -scheme 'TextFieldCounter' -sdk iphonesimulator build test | xcpretty -c && exit ${PIPESTATUS[0]}
- xcodebuild -project TextFieldCounter/TextFieldCounter.xcodeproj -scheme 'TextFieldCounter' -sdk iphonesimulator build | xcpretty -c && exit ${PIPESTATUS[0]}

0 comments on commit be9c310

Please sign in to comment.