[ci skip] Ignore updates to *.md for testing
This commit is contained in:
parent
e8a3abc0da
commit
90d29d64e8
|
@ -3,7 +3,9 @@ name: Unit Tests
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- "master"
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
|
||||
jobs:
|
||||
name: Run tests
|
||||
|
|
15
.travis.yml
15
.travis.yml
|
@ -1,15 +0,0 @@
|
|||
language: objective-c
|
||||
osx_image: xcode12.2
|
||||
xcode_workspace: TunnelKit.xcworkspace
|
||||
xcode_scheme: TunnelKit-iOS
|
||||
xcode_destination: platform=iOS Simulator,OS=14.2,name=iPhone 11 Pro Max
|
||||
cache:
|
||||
bundler: true
|
||||
cocoapods: true
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
install:
|
||||
- bundle install --jobs=3 --deployment --path=${BUNDLE_PATH:-vendor/bundle}
|
||||
- bundle exec pod repo update
|
||||
- travis_wait 40 bundle exec pod install
|
Loading…
Reference in New Issue