Skip to content

Commit 04d4830

Browse files
authored
Merge pull request #2071 from travis-ci/kw-rvm
RVM repository change to travis one
2 parents 184b2b4 + 8ba2ed9 commit 04d4830

File tree

1 file changed

+3
-3
lines changed
  • lib/travis/build/script/shared

1 file changed

+3
-3
lines changed

lib/travis/build/script/shared/rvm.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ module RVM
99
}
1010

1111
CONFIG = %w(
12-
rvm_remote_server_url3=https://s3.amazonaws.com/travis-rubies/binaries
13-
rvm_remote_server_type3=rubies
14-
rvm_remote_server_verify_downloads3=1
12+
rvm_remote_server_url=https://s3.amazonaws.com/travis-rubies/binaries
13+
rvm_remote_server_type=rubies
14+
rvm_remote_server_verify_downloads=1
1515
)
1616

1717
RVM_VERSION_ALIASES = {

0 commit comments

Comments
 (0)