Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Bump CI Xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Jan 6, 2020
1 parent f7cc8c5 commit e9c0fd6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
language: objective-c
osx_image: xcode10.2
osx_image: xcode11.3
cache:
directories:
- Carthage
- Carthage
install:
- bin/bootstrap-if-needed
- bundle install
- bin/bootstrap-if-needed
- bundle install
script:
- bundle exec fastlane scan --scheme NEKit-macOS
- bundle exec fastlane scan --scheme NEKit-iOS
- bundle exec fastlane scan --scheme NEKit-macOS
- bundle exec fastlane scan --scheme NEKit-iOS
after_success:
- bash <(curl -s https://codecov.io/bash)
- "./docs/build_docs.sh"
- bash <(curl -s https://codecov.io/bash)
- "./docs/build_docs.sh"
before_deploy:
- carthage build --no-skip-current
- carthage archive NEKit
- carthage build --no-skip-current
- carthage archive NEKit
deploy:
provider: releases
skip_cleanup: true
Expand Down

0 comments on commit e9c0fd6

Please sign in to comment.