Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hjx胡继续 committed Aug 2, 2019
1 parent 080d595 commit e9caa7f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ xcode_destination: platform=macOS
## cocoapods: true
# directories:
# - "${HOME}/.cocoapods/repos/"
before_install:
- gem install xcpretty bundler 'cocoapods:1.7.5'
- pod repo update
install:
- bundle install --jobs=3 --retry=3 --deployment
- pod install --deployment

jobs:
include:
- before_install:
- gem install xcpretty bundler 'cocoapods:1.7.5'
- pod repo update
- install:
- bundle install --jobs=3 --retry=3 --deployment
- pod install --deployment
- stage: test
name: "Units Tests"
script: fastlane mac test
Expand Down

0 comments on commit e9caa7f

Please sign in to comment.