Skip to content

Commit

Permalink
Merge pull request #626 from xmartlabs/fix/travis
Browse files Browse the repository at this point in the history
Update xcode version in Travis config
  • Loading branch information
Martin Barreto authored Sep 28, 2018
2 parents f664c9c + 813e74e commit 73ffb21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: objective-c
osx_image: xcode9.3
osx_image: xcode10
env:
- DESTINATION="OS=11.3,name=iPhone 8" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
- DESTINATION="OS=12,name=iPhone 8" SCHEME="XLPagerTabStrip" SDK=iphonesimulator
before_install:
- brew update
#- brew outdated carthage || brew upgrade carthage
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 73ffb21

Please sign in to comment.