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

Commit

Permalink
Update CI to use fastlane with scan
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Sep 18, 2018
1 parent 37c3f33 commit dc21750
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cache:
- Carthage
install:
- bin/bootstrap-if-needed
- gem install scan
- gem install fastlane
script:
- scan --scheme NEKit-macOS
- scan --scheme NEKit-iOS
- fastlane scan --scheme NEKit-macOS
- fastlane scan --scheme NEKit-iOS
after_success:
- bash <(curl -s https://codecov.io/bash)
- "./docs/build_docs.sh"
Expand Down

0 comments on commit dc21750

Please sign in to comment.