Skip to content

Commit

Permalink
Upgrade travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pera committed May 23, 2017
1 parent 21ca6cc commit ba383fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: objective-c
osx_image: xcode8
osx_image: xcode8.3
env:
- DESTINATION="OS=10.0,name=iPhone 6s" SCHEME="XLPagerTabStrip" SDK=iphonesimulator10.0
before_install:
- brew update
#- brew outdated carthage || brew upgrade carthage
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- brew upgrade swiftlint
#- carthage update --platform iOS
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet

Expand Down

0 comments on commit ba383fb

Please sign in to comment.