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