From 7de8d0abd5ff2345179ca219d3dc3ab921e70def Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 30 Aug 2019 10:46:41 +0200 Subject: [PATCH] re-added missing exported languages --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14db38df..7d7d89dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,7 @@ before_install: - gem install xcpretty --no-document --quiet after_success: - # - xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en -exportLanguage es -exportLanguage fr -exportLanguage it -exportLanguage nl -exportLanguage pl -exportLanguage ru -exportLanguage sv-SE -exportLanguage zh-Hans - - xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en + - xcodebuild -project MacPass.xcodeproj -exportLocalizations -localizationPath Localisations -exportLanguage de -exportLanguage en -exportLanguage es -exportLanguage fr -exportLanguage it -exportLanguage nl -exportLanguage pl -exportLanguage ru -exportLanguage sv-SE -exportLanguage zh-Hans - zip -9ry Localisations.zip Localisations - cd ./build/Build/Products/Release - zip -9ry MacPass-continuous.zip MacPass.app