[ci skip] Ignore updates to *.md for testing

This commit is contained in:
Davide De Rosa 2021-12-02 15:40:38 +01:00
parent e8a3abc0da
commit 90d29d64e8
2 changed files with 3 additions and 16 deletions

View File

@ -3,7 +3,9 @@ name: Unit Tests
on:
push:
branches:
- 'master'
- "master"
paths-ignore:
- "*.md"
jobs:
name: Run tests

View File

@ -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