Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhillc committed May 14, 2018
1 parent 5304afb commit abe6b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: swift
osx_image: xcode9.0
osx_image: xcode9.2

before_install: pod repo update && pod install --project-directory=Example/iOS && pod install --project-directory=Example/tvOS
script: xcodebuild -workspace Example/iOS/AXPhotoViewerExample.xcworkspace -scheme AXPhotoViewerExample build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE="" | xcpretty && xcodebuild -workspace Example/tvOS/AXPhotoViewerExample.xcworkspace -scheme AXPhotoViewerExample build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO PROVISIONING_PROFILE="" | xcpretty && exit ${PIPESTATUS[0]}
before_install: pod repo update
script: pod lib lint --allow-warnings --verbose

0 comments on commit abe6b4c

Please sign in to comment.