Skip to content

Commit

Permalink
Test Travis env (#318)
Browse files Browse the repository at this point in the history
* Test Travis env

* Travis: swiftlint update fix
  • Loading branch information
oleggnidets-okta authored Oct 11, 2021
1 parent 51f1a18 commit 71d88b4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@ language: objective-c
os: osx
osx_image: xcode12.5

before_install:
- gem install xcpretty
- gem install cocoapods
jobs:
include:
- stage: Linting
name: SwiftLint
addons:
homebrew:
packages:
- swiftlint
update: true
before_install:
brew upgrade swiftlint
script:
- swiftlint version
- swiftlint
- stage: Unit Tests
name: iOS
Expand Down

0 comments on commit 71d88b4

Please sign in to comment.