Skip to content

Commit c80d736

Browse files
author
Luc Dion
committed
update travis
1 parent b2002c9 commit c80d736

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.travis.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: objective-c
22
osx_image: xcode9.2
33

4-
env:
5-
matrix:
6-
- SCHEME=PinLayout SDK=iphonesimulator11.2
4+
#env:
5+
#matrix:
6+
#- SCHEME=PinLayout SDK=iphonesimulator11.2
77
#- SCHEME=PinLayout SDK=iphonesimulator10.3
88
#- SCHEME=PinLayoutSample SDK=iphonesimulator11.2
99
#- SCHEME=PinLayoutTVOS SDK=appletvsimulator11.0
@@ -16,11 +16,12 @@ before_install:
1616
- pod install --repo-update;
1717

1818
script:
19-
- |
20-
if [[ $SCHEME = "PinLayout" ]]; then
21-
set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' -enableCodeCoverage YES build test | xcpretty -f `xcpretty-travis-formatter`
22-
bundle exec fastlane travis
23-
fi
19+
- set -o pipefail && bundle exec fastlane travis
20+
#- |
21+
#if [[ $SCHEME = "PinLayout" ]]; then
22+
#set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' -enableCodeCoverage YES build test | xcpretty -f `xcpretty-travis-formatter`
23+
# bundle exec fastlane travis
24+
#fi
2425

2526
#if [[ $SCHEME = "PinLayoutSample" ]]; then
2627
# set -o pipefail && xcodebuild -workspace PinLayout.xcworkspace -scheme "$SCHEME" -sdk $SDK -destination 'platform=iOS Simulator,name=iPhone 6' build | xcpretty -f `xcpretty-travis-formatter`
@@ -31,7 +32,7 @@ script:
3132
#fi
3233

3334
after_success:
34-
- |
35-
if [[ $SCHEME = "PinLayout" ]]; then
36-
bash <(curl -s https://codecov.io/bash) -J 'PinLayout' -J 'PinLayoutTests'
37-
fi
35+
# - |
36+
# if [[ $SCHEME = "PinLayout" ]]; then
37+
bash <(curl -s https://codecov.io/bash) -J 'PinLayout' -J 'PinLayoutTests'
38+
# fi

0 commit comments

Comments
 (0)