From 2841f2c49f6cba105ef7ca48116d1b05361a97c7 Mon Sep 17 00:00:00 2001 From: wangmchn Date: Wed, 20 Apr 2016 21:07:40 +0800 Subject: [PATCH] Update .travis.yml Signed-off-by: wangmchn --- .gitignore | 4 ++-- .travis.yml | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index e06c035..8615121 100644 --- a/.gitignore +++ b/.gitignore @@ -9,13 +9,13 @@ build/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -# xcuserdata +xcuserdata *.xccheckout *.moved-aside DerivedData *.hmap *.ipa -# *.xcuserstate +*.xcuserstate # CocoaPods # diff --git a/.travis.yml b/.travis.yml index 8da39d6..084813c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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