Skip to content

Commit 497578a

Browse files
committed
udpate
1 parent 31c9118 commit 497578a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ before_install:
1010
- bundle exec pod install --repo-update
1111

1212
script:
13-
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator13.6 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty -f `xcpretty-travis-formatter`
13+
- set -o pipefail && xcodebuild -workspace LayoutFrameworkBenchmark.xcworkspace -scheme LayoutFrameworkBenchmark -sdk iphonesimulator13.6 -destination 'platform=iOS Simulator,name=iPhone 8' build | xcpretty

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source 'https://rubygems.org'
22
gem 'synx'
33
gem 'cocoapods'
4+
gem 'xcpretty-travis-formatter'

Gemfile.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ GEM
6969
nanaimo (0.3.0)
7070
nap (1.1.0)
7171
netrc (0.11.0)
72+
rouge (2.0.7)
7273
ruby-macho (1.4.0)
7374
synx (0.2.1)
7475
clamp (~> 0.6)
@@ -85,13 +86,18 @@ GEM
8586
claide (>= 1.0.2, < 2.0)
8687
colored2 (~> 3.1)
8788
nanaimo (~> 0.3.0)
89+
xcpretty (0.3.0)
90+
rouge (~> 2.0.7)
91+
xcpretty-travis-formatter (1.0.0)
92+
xcpretty (~> 0.2, >= 0.0.7)
8893

8994
PLATFORMS
9095
ruby
9196

9297
DEPENDENCIES
9398
cocoapods
9499
synx
100+
xcpretty-travis-formatter
95101

96102
BUNDLED WITH
97103
2.1.2

0 commit comments

Comments
 (0)