mirror of
https://github.com/tomgi/git_stats.git
synced 2025-01-03 11:12:11 +01:00
Merge pull request #67 from tomgi/travis_ruby_version_update
Updating ruby version used in Travis CI builds
This commit is contained in:
commit
c106d20935
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
language: ruby
|
language: ruby
|
||||||
rvm:
|
rvm:
|
||||||
- "1.9"
|
- "2.2.5"
|
||||||
- "2.1.0"
|
|
||||||
- "2.2.0"
|
|
||||||
- ruby-head
|
- ruby-head
|
||||||
script:
|
script:
|
||||||
- bundle exec rake
|
- bundle exec rake
|
||||||
|
|
Loading…
Reference in a new issue