Skip to content

Commit be4263c

Browse files
committed
update travis
1 parent ae8ab02 commit be4263c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ before_install:
1414
- brew update
1515
- bundle install && brew bundle
1616
install: bundle exec pod install --repo-update --silent
17-
script: bundle exec fastlane run_tests
17+
script: bundle exec fastlane tests
1818
after_success: bundle exec fastlane ci_framework_deploy

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ workspace 'CollectionViewGridLayout.xcworkspace'
44
abstract_target 'Frameworks' do
55
use_frameworks!
66
target 'CollectionViewGridLayout-iOS' do
7-
platform :ios, '8.0'
7+
platform :ios, '9.0'
88
end
99

1010
target 'CollectionViewGridLayout-tvOS' do

0 commit comments

Comments
 (0)