Skip to content

Commit

Permalink
remove legacy CI jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Dec 2, 2017
1 parent ea05aa6 commit 572863e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ matrix:
env: ACTION=test_tvos11
- os: osx
env: ACTION=test_tvos10
- os: osx
osx_image: xcode8.3
env: ACTION=test_ios10_legacy
- os: osx
osx_image: xcode8.3
env: ACTION=test_tvos10_legacy
- os: osx
env: ACTION=pod_lint
- os: osx
Expand Down
8 changes: 0 additions & 8 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ lane :test_tvos10 do
scan(device: "Apple TV 1080p (10.2)")
end

lane :test_ios10_legacy do
scan(devices: ["iPhone 6s (10.3)"], xcargs: "SWIFT_VERSION=3.0")
end

lane :test_tvos10_legacy do
scan(devices: ["Apple TV 4K"], xcargs: "SWIFT_VERSION=3.0")
end

lane :pod_lint do
pod_lib_lint(allow_warnings: true, verbose: true)
end
Expand Down

0 comments on commit 572863e

Please sign in to comment.