Skip to content

Commit 396ebfc

Browse files
authored
Merge pull request #1040 from watson-developer-cloud/update-travis
ci(travis): update xcode image version
2 parents 0b77bdd + 78f6412 commit 396ebfc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ jobs:
88
- stage: Validate Pods
99
script: "./Scripts/pod-lint.sh"
1010
os: osx
11-
osx_image: xcode11
11+
osx_image: xcode11.6
1212
- stage: release new version
1313
script: "./Scripts/travis/new-release.sh"
1414
os: osx
15-
osx_image: xcode11
15+
osx_image: xcode11.6
1616
if: branch = master AND type = push AND fork = false
1717
- stage: deploy to cocoapods
1818
script: "./Scripts/travis/deploy-to-cocoapods.sh"
1919
os: osx
20-
osx_image: xcode11
20+
osx_image: xcode11.6
2121
if: branch = master AND type = push AND fork = false
2222
- stage: publish documentation
2323
script: "./Scripts/travis/publish-documentation.sh"
2424
os: osx
25-
osx_image: xcode11
25+
osx_image: xcode11.6
2626
if: branch = master AND type = push AND fork = false

Scripts/pod-lint.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# The flag --allow-warnings is required for pods that have build warnings (like deprecation notices).
66
set -e
77

8-
pod lib lint IBMWatsonAssistantV1.podspec
9-
pod lib lint IBMWatsonAssistantV2.podspec
10-
pod lib lint IBMWatsonCompareComplyV1.podspec
8+
pod lib lint IBMWatsonAssistantV1.podspec --allow-warnings
9+
pod lib lint IBMWatsonAssistantV2.podspec --allow-warnings
10+
pod lib lint IBMWatsonCompareComplyV1.podspec --allow-warnings
1111
pod lib lint IBMWatsonDiscoveryV1.podspec --allow-warnings
1212
pod lib lint IBMWatsonDiscoveryV2.podspec --allow-warnings
13-
pod lib lint IBMWatsonLanguageTranslatorV3.podspec
14-
pod lib lint IBMWatsonNaturalLanguageClassifierV1.podspec
15-
pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec
13+
pod lib lint IBMWatsonLanguageTranslatorV3.podspec --allow-warnings
14+
pod lib lint IBMWatsonNaturalLanguageClassifierV1.podspec --allow-warnings
15+
pod lib lint IBMWatsonNaturalLanguageUnderstandingV1.podspec --allow-warnings
1616
pod lib lint IBMWatsonPersonalityInsightsV3.podspec --allow-warnings
1717

1818
pod lib lint IBMWatsonSpeechToTextV1.podspec --allow-warnings
@@ -27,6 +27,6 @@ git checkout Sources/SupportingFiles/Dependencies
2727
rm Sources/SupportingFiles/Dependencies/Libraries/*tts.a
2828
find Sources/SupportingFiles/Dependencies/Source -maxdepth 1 -type f -delete
2929

30-
pod lib lint IBMWatsonToneAnalyzerV3.podspec
30+
pod lib lint IBMWatsonToneAnalyzerV3.podspec --allow-warnings
3131
pod lib lint IBMWatsonVisualRecognitionV3.podspec --allow-warnings
3232
pod lib lint IBMWatsonVisualRecognitionV4.podspec --allow-warnings

0 commit comments

Comments
 (0)