Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
loregr committed Oct 11, 2017
2 parents 4bce3a3 + fdc0c97 commit 9ff6a5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
osx_image: xcode8.3
osx_image: xcode9
language: objective-c

before_script:
- cd Example
- pod install

script:
- xcodebuild clean build -sdk iphonesimulator10.3 -workspace LGButton.xcworkspace -scheme LGButton-Example CODE_SIGNING_REQUIRED=NO
- xcodebuild clean build -sdk iphonesimulator11.0 -workspace LGButton.xcworkspace -scheme LGButton-Example CODE_SIGNING_REQUIRED=NO

branches:
only:
Expand Down

0 comments on commit 9ff6a5f

Please sign in to comment.