Skip to content

Commit

Permalink
Fix: []: command not found in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
khiav reoy committed Jan 6, 2020
1 parent 76ff7cc commit a35ae2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ matrix:
- gemfile: gemfiles/6.0.gemfile
rvm: 2.2
before_install:
- if [`ruby -e 'exit(RUBY_VERSION.to_f < 2.7)'`]; then
- if `ruby -e 'exit(RUBY_VERSION.to_f < 2.7)'`; then
gem i rubygems-update -v '< 3' && update_rubygems;
gem install bundler -v '< 2';
fi
Expand Down

0 comments on commit a35ae2b

Please sign in to comment.