Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshydv committed May 3, 2018
1 parent 2f97705 commit 83d2398
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -11,7 +11,7 @@ sudo: required
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- xcodebuild -workspace JSONParserSwift.xcworkspace -scheme JSONParserSwift -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.2' clean build build-for-testing test
- pod lib lint
- xcodebuild -workspace JSONParserSwift.xcworkspace -scheme JSONParserSwift -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.2' clean build build-for-testing test
- pod lib lint
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 83d2398

Please sign in to comment.