Skip to content

Commit

Permalink
Merge pull request #237 from fastladder/2.5.0.ci
Browse files Browse the repository at this point in the history
Add Ruby 2.5.0 on CI
  • Loading branch information
hsbt committed Jan 12, 2018
2 parents 2c1dd9f + f17470b commit c5d8fee
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
@@ -1,8 +1,9 @@
language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.3.6
- 2.4.3
- 2.5.0
- ruby-head

sudo: false
Expand All @@ -17,6 +18,8 @@ branches:

before_install:
- 'cp config/database.yml.sqlite3 config/database.yml'
- gem install bundler


before_script:
- 'RAILS_ENV=test bundle exec rake setup'
Expand Down

0 comments on commit c5d8fee

Please sign in to comment.