Skip to content

Commit

Permalink
travis Ruby version and bundler error: bundler requires Ruby version …
Browse files Browse the repository at this point in the history
…>= 2.3.0
  • Loading branch information
Shekharrajak committed Jan 8, 2019
1 parent 013ede6 commit 5a35aa6
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 @@ -17,7 +17,7 @@ after_script:

install:
- if [ $TRAVIS_RUBY_VERSION == '2.2' ] || [ $TRAVIS_RUBY_VERSION == '2.1' ] || [ $TRAVIS_RUBY_VERSION == '2.0' ];
then gem install bundler -v '~> 1.6';
then gem install bundler -v '1.17.3';
else gem install bundler;
fi
- gem install rainbow -v '2.2.1'
Expand Down

0 comments on commit 5a35aa6

Please sign in to comment.