Skip to content

Commit

Permalink
Try to fix travis #2
Browse files Browse the repository at this point in the history
  • Loading branch information
razum2um committed Nov 16, 2020
1 parent 7058c17 commit 6a474a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ before_install:
- if [ $BUNDLER_VERSION ]; then
rm -f $(which bundle);
rvm @global do gem uninstall bundler --executables --force;
rvm @global do gem install bundler -v $BUNDLER_VERSION;
rvm @global do gem install bundler --force -v $BUNDLER_VERSION;
else
gem install bundler --no-document;
fi
Expand All @@ -16,11 +16,11 @@ env:
- CUCUMBER_PUBLISH_QUIET=true
jobs:
include:
- rvm: 2.7
- rvm: 2.7.0
env: BUNDLER_VERSION=1.17.3
gemfile: gemfiles/rails_4.gemfile
- rvm: 2.7
- rvm: 2.7.0
gemfile: gemfiles/rails_5.gemfile
- rvm: 2.7
- rvm: 2.7.0
gemfile: gemfiles/rails_6.gemfile
sudo: false

0 comments on commit 6a474a7

Please sign in to comment.