We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b8e43 commit 477a01aCopy full SHA for 477a01a
fastlane/lib/util.rb
@@ -18,6 +18,7 @@ def hockeyapp_version_commit
18
def current_build_number
19
if ENV.key?('TRAVIS_BUILD_NUMBER')
20
return ENV['TRAVIS_BUILD_NUMBER']
21
+ end
22
23
begin
24
(latest_testflight_build_number + 1).to_s
0 commit comments