Skip to content

Commit

Permalink
Travis: Use ruby 2.3.3 and 2.2.6 (github-changelog-generator#452)
Browse files Browse the repository at this point in the history
* Travis: Use ruby 2.3.3 and 2.2.6
  • Loading branch information
olleolleolle authored Nov 22, 2016
1 parent 9c0f7c7 commit 0b88c3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ before_install:
- gem install bundler
matrix:
include:
- rvm: 2.2.2
- rvm: 2.2.6
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && gem install *.gem
- rvm: 2.2.2
- rvm: 2.2.6
install: true # This skips 'bundle install'
script: gem build github_changelog_generator && bundle install
gemfile: spec/install-gem-in-bundler.gemfile
- rvm: 2.1
gemfile: gemfiles/Gemfile.2_1
- rvm: 2.3.1
- rvm: 2.3.3
gemfile: gemfiles/Gemfile.2_3_1
- rvm: 2.4.0-preview3
gemfile: gemfiles/Gemfile.2_4_0
Expand Down

0 comments on commit 0b88c3b

Please sign in to comment.