Skip to content

Commit d34fe8e

Browse files
okuramasafumibenoittgt
authored andcommitted
Specify trusty for TravisCI build
RVM doesn't provide old Ruby binaries for newer Ubuntu distributions. Until it's fixed, we need to use old Ubuntu distributions in CI.
1 parent 4932589 commit d34fe8e

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 6 builds

0 commit comments

Comments
 (0)