Browse Source

Updating travis.

pull/92/head
Abhishek 6 years ago
parent
commit
b919249ca1
  1. 2
      .travis.yml

2
.travis.yml

@ -7,4 +7,4 @@ before_script:
script:
- set -o pipefail && env "NSUnbufferedIO=YES"
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker build analyze CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= | xcpretty
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker test-without-building CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= | xcpretty
- xcodebuild -project Clocker/Clocker.xcodeproj -scheme Clocker test CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= | xcpretty
Loading…
Cancel
Save