Skip to content

Commit

Permalink
updated build script
Browse files Browse the repository at this point in the history
  • Loading branch information
RastislavMirek committed Jun 11, 2018
1 parent 8b9ca38 commit 39f93d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ osx_image: xcode9.3
# xcode_sdk: iphonesimulator11.3

# cache: cocoapods
# podfile: FlexColorPickerDemo/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=FlexColorPickerDemo
podfile: FlexColorPickerDemo/Podfile
before_install:
- gem install cocoapods # Since Travis is not always on latest version
- pod install --project-directory=FlexColorPickerDemo

script:
- xcodebuild clean build -sdk iphonesimulator -workspace FlexColorPickerDemo/FlexColorPickerDemo.xcworkspace -scheme FlexColorPickerDemo CODE_SIGNING_REQUIRED=NO
Expand Down

0 comments on commit 39f93d8

Please sign in to comment.