From 1d1d444da3e6b8297d65da8bf5e32d2eb2de5c45 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 13 Jun 2017 16:18:40 +0200 Subject: [PATCH] cleaned up .travis.yml --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index da3578f2..d843dede 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,14 +12,7 @@ after_success: - cd - - mv ./build/Build/Products/Release/MacPass-continuous.zip . -script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build - -#after_success: -# - zip -9r ./build/Build/Products/Release/MacPass.app MacPass-continuous.zip -# - wget -c https://github.com/MacPass/uploadtool/raw/master/upload.sh -# - bash ./upload.sh build/* - -# TODO: fix versioning since it yield a 00 release number +script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build branches: only: