Skip to content

Commit 04a1963

Browse files
Merge pull request #2032 from travis-ci/bug-fix-cycle-9
Bug fix cycle 9
2 parents ac2ba07 + ac64d3c commit 04a1963

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def data
7474
end
7575

7676
def set_up_config(match_data)
77-
@build = build(match_data[:build])
77+
@build = build(match_data[:build].to_i)
7878
@job_number = match_data[:job].to_i - 1
7979
@compile_config = @build.jobs[@job_number].config
8080
end

public/version-aliases/ghc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"9.2.2": "9.2.2",
180180
"9.2.3": "9.2.3",
181181
"9.4.1-alpha1": "9.4.1-alpha1",
182-
"9.4": "9.4.1-alpha2",
183-
"9.4.1-alpha2": "9.4.1-alpha2"
182+
"9.4": "9.4.1-alpha3",
183+
"9.4.1-alpha2": "9.4.1-alpha2",
184+
"9.4.1-alpha3": "9.4.1-alpha3"
184185
}

0 commit comments

Comments
 (0)