Skip to content

Commit

Permalink
fix: Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cafedeichi committed Aug 17, 2020
1 parent 23d4092 commit 759014f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode8
osx_image: xcode11.6

script:
- xcodebuild -project ScrollPager.xcodeproj -scheme ScrollPagerTests -destination 'platform=iOS Simulator,name=iPhone 6' test
- xcodebuild -project ScrollPager.xcodeproj -scheme ScrollPagerTests -destination 'platform=iOS Simulator,name=iPhone 11 Pro' test

0 comments on commit 759014f

Please sign in to comment.