forked from WeTransfer/Mocker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
32 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "Submodules/WeTransfer-iOS-CI"] | ||
path = Submodules/WeTransfer-iOS-CI | ||
url = https://github.com/WeTransfer/WeTransfer-iOS-CI.git |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
language: objective-c | ||
osx_image: xcode9.2 | ||
gemfile: Gemfile | ||
bundler_args: "--without documentation --path bundle" # Don't download documentation for gems. | ||
cache: | ||
bundler: true | ||
directories: | ||
- /tmp/SwiftLint # Cache SwiftLint (absolute url on purpose) | ||
env: | ||
global: | ||
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true # Prevents long install time http://awesomism.co.uk/nokogiri-slow-install/ | ||
|
||
script: | ||
- bundle exec fastlane test | ||
before_install: | ||
- brew outdated swiftlint || brew upgrade swiftlint | ||
- bundle install | ||
- "./Submodules/WeTransfer-iOS-CI/Scripts/travis.sh Mocker" # Run WeTransfer iOS CI Travis script |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# frozen_string_literal: true | ||
source "https://rubygems.org" | ||
|
||
gem 'fastlane' | ||
# Needed for Fastlane & Danger | ||
gem 'fastlane', '~>2.86.2' | ||
gem 'danger' | ||
gem 'danger-swiftlint', '0.12.1' | ||
gem 'danger-swiftlint', '~>0.13.1' | ||
gem 'danger-xcov' | ||
gem 'danger-xcodebuild' | ||
gem 'danger-xcode_summary' | ||
gem 'xcpretty' | ||
gem 'xcpretty-json-formatter' | ||
gem 'xcpretty-json-formatter' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule WeTransfer-iOS-CI
added at
655347
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters