Skip to content

Commit b124f01

Browse files
committed
fix travis ruby tests
1 parent 42462db commit b124f01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ addons:
3535

3636
before_install:
3737
# required when sudo: required for the Ruby petstore tests
38-
- gem install bundler
38+
- gem install bundler -v '< 2'
39+
- gem update --system 2.7.8
40+
- gem --version
3941
- npm install -g typescript
4042
- npm install -g npm
4143
- npm config set registry http://registry.npmjs.org/

0 commit comments

Comments
 (0)