Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: wangmchn <[email protected]>
  • Loading branch information
wangmchn committed Apr 20, 2016
1 parent 0ebf513 commit 2841f2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ build/
!default.mode2v3
*.perspectivev3
!default.perspectivev3
# xcuserdata
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
# *.xcuserstate
*.xcuserstate

# CocoaPods
#
Expand Down
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,4 @@ osx_image: xcode7.3
xcode_project: WMPageController-Swift.xcodeproj
xcode_scheme: WMPageController-Swift
xcode_sdk: iphonesimulator9.3
env:
global:
- FRAMEWORK_NAME=WMPageController-Swift
before_install:
- brew update
- brew install carthage
before_script:
# bootstrap the dependencies for the project
# you can remove if you don't have dependencies
# - carthage bootstrap
before_deploy:
- carthage build --no-skip-current
- carthage archive WMPageController-Swift

0 comments on commit 2841f2c

Please sign in to comment.