Skip to content

Commit

Permalink
Update travis configuration for xcode8 and swift3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
clementgarbay committed Oct 1, 2016
1 parent 4c7c142 commit 3d3be4d
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
language: objective-c
osx_image: xcode8
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- WORKSPACE=AccountBalance.xcworkspace
- SCHEME=AccountBalance
- SDK=macosx10.12
- DESTINATION="arch=x86_64"
cache:
- bundler
- cocoapods
osx_image: xcode7.3
xcode_workspace: AccountBalance.xcworkspace
xcode_scheme: AccountBalance
xcode_sdk: macosx10.11
before_install:
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
- pod update
script:
- xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Release ONLY_ACTIVE_ARCH=NO build | xcpretty

0 comments on commit 3d3be4d

Please sign in to comment.