Skip to content

Commit

Permalink
Merge branch 'travis_deploy'
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Sep 19, 2018
2 parents 62312a8 + 2e45477 commit f6d50d2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
osx_image: xcode9.4
language: objective-c
cache:
directories:
- Carthage
env:
global:
- FRAMEWORK_NAME=ACKategories
before_install:
- brew update
- brew outdated carthage || brew upgrade carthage
before_script:
- travis_wait 60 carthage bootstrap --platform iOS --cache-builds
before_deploy:
- carthage build --no-skip-current
- carthage archive $FRAMEWORK_NAME
script:
- set -o pipefail && xcodebuild test -scheme ACKategories -destination 'platform=iOS Simulator,name=iPhone X,OS=11.4' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
- pod lib lint

0 comments on commit f6d50d2

Please sign in to comment.