Skip to content

Commit b0afd35

Browse files
authored
Merge pull request #2145 from okuramasafumi/fix-ci
Use trusty for TravisCI build
2 parents 75e66e4 + 576490e commit b0afd35

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ before_script:
3232

3333
script: "script/run_build 2>&1"
3434

35+
# In order to install old Rubies, we need to use old Ubuntu distibution.
36+
dist: trusty
37+
3538
matrix:
3639
include:
3740
# Rails dev / 6 builds >= 2.4.4

0 commit comments

Comments
 (0)