Skip to content

Commit

Permalink
Merge pull request #9061 from swagger-api/fix-ruby-test
Browse files Browse the repository at this point in the history
fix travis ruby tests
  • Loading branch information
frantuma committed Jan 14, 2019
2 parents 42462db + b124f01 commit aa595e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ addons:

before_install:
# required when sudo: required for the Ruby petstore tests
- gem install bundler
- gem install bundler -v '< 2'
- gem update --system 2.7.8
- gem --version
- npm install -g typescript
- npm install -g npm
- npm config set registry http:https://registry.npmjs.org/
Expand Down

0 comments on commit aa595e4

Please sign in to comment.