Skip to content

Commit 5921a33

Browse files
committed
(maint) - Fix rubygems-update for ruby < 2.3
1 parent d2864e8 commit 5921a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ language: ruby
88
bundler_args: '--without development system_tests'
99

1010
before_install:
11-
- 'gem update --system'
11+
- 'gem update --system $RUBYGEMS_VERSION'
1212
- 'gem update bundler'
1313

1414
script: 'bundle exec rake validate && bundle exec rake lint && SPEC_OPTS="--format documentation" bundle exec rake spec'
@@ -17,7 +17,7 @@ matrix:
1717
fast_finish: true
1818
include:
1919
- rvm: 2.1.6
20-
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
20+
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes" RUBYGEMS_VERSION=2.7.8
2121
- rvm: 2.3.1
2222
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
2323

0 commit comments

Comments
 (0)